diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less index e8d884a0c0..0e31602730 100644 --- a/apps/spreadsheeteditor/main/resources/less/toolbar.less +++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less @@ -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;