Skip to content

Commit 6d9b5c2

Browse files
committed
fix: Add a missing overflow: hidden; property to the viewer filename
1 parent 4f30229 commit 6d9b5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react/Viewer/styles.styl

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $viewerMarginTopMedium = $toolbarHeightMedium - $footerHeight
7575
.viewer-filename
7676
max-width 90%
7777
text-overflow ellipsis
78+
overflow hidden
7879

7980
.viewer-pdfviewer-pdf
8081
overflow auto

0 commit comments

Comments
 (0)