Skip to content

Commit 9de5aaf

Browse files
committed
prevent overflow if #uploader h1 path value is too long
1 parent afa13a0 commit 9de5aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/filemanager.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
body {
1616
padding: 10px;
1717
background-color:#F4F1ED;
18+
overflow-x:hidden; /** prevent overflow if #uploader h1 path value is too long */
1819
}
1920

2021
video, audio {

0 commit comments

Comments
 (0)