mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #17670 from nextcloud/fix/noid/collapsing-spaces-in-move-again
Fix spaces being collapsed in move dialog again
This commit is contained in:
commit
ef6806a235
1 changed files with 3 additions and 0 deletions
|
|
@ -896,6 +896,9 @@ code {
|
|||
white-space: pre;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
&__last {
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
}
|
||||
.filesize, .date {
|
||||
|
|
|
|||
Loading…
Reference in a new issue