diff options
author | raghunayyar <me@iraghu.com> | 2013-03-30 00:13:47 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-03-30 00:13:47 +0530 |
commit | 5dd1f7d7646fd9e885e31a65820cc274dd16469b (patch) | |
tree | b909d745146d25788882d42a251edf28f0b183a4 /apps | |
parent | 024b60deccd898bed60cb43721d29fcdd5251885 (diff) | |
download | nextcloud-server-5dd1f7d7646fd9e885e31a65820cc274dd16469b.tar.gz nextcloud-server-5dd1f7d7646fd9e885e31a65820cc274dd16469b.zip |
Using max-width instead of width for filename.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 33343d87665..c9e92eeea8d 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -84,7 +84,7 @@ table td.filename input.filename { width:100%; cursor:text; } table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:.2em .5em .5em 0; } table td.filename .nametext, .uploadtext, .modified { float:left; padding:.3em 0; } /* TODO fix usability bug (accidental file/folder selection) */ -table td.filename .nametext { overflow:hidden; text-overflow:ellipsis; width:800px; } +table td.filename .nametext { overflow:hidden; text-overflow:ellipsis; max-width:800px; } table td.filename .uploadtext { font-weight:normal; margin-left:.5em; } table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } |