Merge pull request #9389 from owncloud/fix-nametext-height

fix nametext height, was higher than the row
This commit is contained in:
Jan-Christoph Borchardt 2014-07-03 01:09:19 +02:00
commit 079fee2c2a
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ table td.filename .nametext {
overflow: hidden;
text-overflow: ellipsis;
max-width: 800px;
height: 100%;
}
table td.filename .nametext .innernametext {