summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 22:54:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 22:54:30 +0200
commita94130509ad075920f7464524fcfcf2d14eb9525 (patch)
treedcbedaf442f27ffa7c644eddfc3e8d53ec362059 /apps
parente1e4fde697f3c816a7221a71da4b45758e6043fc (diff)
downloadnextcloud-server-a94130509ad075920f7464524fcfcf2d14eb9525.tar.gz
nextcloud-server-a94130509ad075920f7464524fcfcf2d14eb9525.zip
fix nametext height, was higher than the row
Diffstat (limited to 'apps')
-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 3eec7ba9054..b85fccce5a3 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -256,6 +256,7 @@ table td.filename .nametext {
overflow: hidden;
text-overflow: ellipsis;
max-width: 800px;
+ height: 100%;
}
table td.filename .nametext .innernametext {