Fix Bug 62123

This commit is contained in:
Julia Radzhabova
2023-04-17 16:47:58 +03:00
parent b8d9a4150a
commit 8c44d0f7fc

View File

@ -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;