diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 01:09:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 01:09:19 +0200 |
commit | 079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4 (patch) | |
tree | dcc19abf9f5a16bc91958535625609931711d181 /apps/files/css | |
parent | 019e1b1065718a859765716cd2f355ecbdfd8fa0 (diff) | |
parent | a94130509ad075920f7464524fcfcf2d14eb9525 (diff) | |
download | nextcloud-server-079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4.tar.gz nextcloud-server-079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4.zip |
Merge pull request #9389 from owncloud/fix-nametext-height
fix nametext height, was higher than the row
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9163f860cb3..3bc6640481c 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -259,6 +259,7 @@ table td.filename .nametext { overflow: hidden; text-overflow: ellipsis; max-width: 800px; + height: 100%; } table td.filename .nametext .innernametext { |