From 0b2896fa00d31ffe4b9155c912a6196eeee9d155 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 19 Jan 2023 14:35:47 +0300 Subject: [PATCH] [SSE] Fix bug 59666 --- apps/spreadsheeteditor/main/resources/less/statusbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/resources/less/statusbar.less b/apps/spreadsheeteditor/main/resources/less/statusbar.less index 5fb1513b6f..49f34b2ca6 100644 --- a/apps/spreadsheeteditor/main/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/main/resources/less/statusbar.less @@ -350,8 +350,9 @@ > span { outline: none; position: relative; + height: 100%; } - > span:after { + > span:before { position: absolute; content: ''; width: 7px;