diff options
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 65519ae2e16..a11538fbfb2 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -337,13 +337,14 @@ table td.filename .nametext, .modified, .column-last>span:first-child { float:le /* TODO fix usability bug (accidental file/folder selection) */ table td.filename .nametext { position: absolute; - left: 55px; padding: 0; + padding-left: 55px; overflow: hidden; text-overflow: ellipsis; width: 70%; max-width: 800px; height: 100%; + z-index: 10; } table td.filename .uploadtext { position: absolute; |