diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 22:54:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 22:54:30 +0200 |
commit | a94130509ad075920f7464524fcfcf2d14eb9525 (patch) | |
tree | dcbedaf442f27ffa7c644eddfc3e8d53ec362059 /apps | |
parent | e1e4fde697f3c816a7221a71da4b45758e6043fc (diff) | |
download | nextcloud-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.css | 1 |
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 { |