mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
For Bug 51561
This commit is contained in:
@ -208,7 +208,8 @@
|
||||
line-height: 14px;
|
||||
height: 28px;
|
||||
margin: 8px 8px 12px 8px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
|
||||
@ -242,7 +242,8 @@
|
||||
line-height: 14px;
|
||||
height: 28px;
|
||||
margin: 8px 8px 12px 8px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
|
||||
@ -310,7 +310,8 @@
|
||||
line-height: 14px;
|
||||
height: 28px;
|
||||
margin: 8px 8px 12px 8px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
|
||||
Reference in New Issue
Block a user