fix nametext height, was higher than the row
This commit is contained in:
parent
e1e4fde697
commit
a94130509a
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ table td.filename .nametext {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 800px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
table td.filename .nametext .innernametext {
|
||||
|
|
Loading…
Reference in a new issue