mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 04:20:37 -05:00
commit
c4e51fd055
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ table td.filename .nametext {
|
|||
|
||||
/* ellipsis on file names */
|
||||
table td.filename .nametext .innernametext {
|
||||
max-width: 50%;
|
||||
max-width: calc(100% - 175px);
|
||||
}
|
||||
|
||||
/* proper notification area for multi line messages */
|
||||
|
|
|
|||
Loading…
Reference in a new issue