fix nametext height, was higher than the row

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 22:54:30 +02:00
parent e1e4fde697
commit a94130509a
1 changed files with 1 additions and 0 deletions

View File

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