Skip to content

Commit

Permalink
[Discover] Fixes safari overflow bug (#5948)
Browse files Browse the repository at this point in the history
* [Discover] Fixes safari overflow bug

---------

Signed-off-by: Ashwin P Chandran <[email protected]>
Signed-off-by: Anan Zhuang <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
Co-authored-by: Miki <[email protected]>
(cherry picked from commit c1439d1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Feb 27, 2024
1 parent 2431df6 commit 1ea3b55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@

.osdDocTableCell__source {
.truncate-by-height {
transform: translateY(-1.5px);
margin-bottom: -1.5px;
margin-top: -1.5px;
margin-bottom: -3.5px;
}

dd,
Expand Down

0 comments on commit 1ea3b55

Please sign in to comment.