mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
Fix Bug 62123
This commit is contained in:
@ -284,7 +284,7 @@
|
||||
.display-value {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100px;
|
||||
width: 125px;
|
||||
|
||||
.rtl & {
|
||||
left: auto;
|
||||
@ -300,7 +300,7 @@
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
vertical-align: bottom;
|
||||
padding-left: 100px;
|
||||
padding-left: 125px;
|
||||
color: silver;
|
||||
white-space: nowrap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user