mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
Merge pull request #9389 from owncloud/fix-nametext-height
fix nametext height, was higher than the row
This commit is contained in:
commit
079fee2c2a
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,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