summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:09:19 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:09:19 +0200
commit079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4 (patch)
treedcc19abf9f5a16bc91958535625609931711d181 /apps/files/css
parent019e1b1065718a859765716cd2f355ecbdfd8fa0 (diff)
parenta94130509ad075920f7464524fcfcf2d14eb9525 (diff)
downloadnextcloud-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.css1
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 {