Skip to content
Snippets Groups Projects
Commit 12829cdb authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix long filename display in filepicker

parent 4eb2b4e1
Branches
No related tags found
No related merge requests found
...@@ -767,6 +767,10 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin ...@@ -767,6 +767,10 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
#oc-dialog-filepicker-content .filelist .filename { #oc-dialog-filepicker-content .filelist .filename {
position: absolute; position: absolute;
top: 8px; top: 8px;
max-width: 60%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
#oc-dialog-filepicker-content .filelist img { #oc-dialog-filepicker-content .filelist img {
margin: 2px 1em 0 4px; margin: 2px 1em 0 4px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment