Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 03:09:19 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 03:09:19 +0400
commit079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4 (patch)
treedcc19abf9f5a16bc91958535625609931711d181
parent019e1b1065718a859765716cd2f355ecbdfd8fa0 (diff)
parenta94130509ad075920f7464524fcfcf2d14eb9525 (diff)
Merge pull request #9389 from owncloud/fix-nametext-height
fix nametext height, was higher than the row
-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 {