mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Switch to overflow-wrap
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
07153a191e
commit
88bb5f773d
1 changed files with 2 additions and 1 deletions
|
|
@ -25,9 +25,10 @@
|
|||
text-shadow: none;
|
||||
text-transform: none;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
word-spacing: normal;
|
||||
word-wrap: normal;
|
||||
overflow-wrap: anywhere;
|
||||
font-size: 12px;
|
||||
opacity: 0;
|
||||
z-index: 100000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue