From f9ba235f0120d81db4b054b3b843f0b3e45a1c0d Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Wed, 20 May 2020 15:51:18 +0300 Subject: [PATCH] [SSE] Fix width of tabs in statusbar --- apps/spreadsheeteditor/main/resources/less/statusbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/resources/less/statusbar.less b/apps/spreadsheeteditor/main/resources/less/statusbar.less index 3b9680cc5..9453dd320 100644 --- a/apps/spreadsheeteditor/main/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/main/resources/less/statusbar.less @@ -177,6 +177,7 @@ border-left: 1px solid @gray-dark; border-right: 1px solid @gray-dark; border-top: 1px solid @gray-dark; + white-space: nowrap; &:hover { border-top-color: @gray-dark;