[Pkg-owncloud-commits] [owncloud] 233/273: fix nametext height, was higher than the row
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit a94130509ad075920f7464524fcfcf2d14eb9525
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Jul 2 22:54:30 2014 +0200
fix nametext height, was higher than the row
---
apps/files/css/files.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 3eec7ba..b85fccc 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list