diff --git a/apps/common/main/resources/less/tabbar.less b/apps/common/main/resources/less/tabbar.less index b3a5ac2c2..76f4480b2 100644 --- a/apps/common/main/resources/less/tabbar.less +++ b/apps/common/main/resources/less/tabbar.less @@ -26,7 +26,7 @@ padding-top: 0; padding-bottom: 0; - white-space: pre-wrap; + white-space: pre; text-align: center; &::after { diff --git a/apps/spreadsheeteditor/main/resources/less/statusbar.less b/apps/spreadsheeteditor/main/resources/less/statusbar.less index 10116eef9..605376404 100644 --- a/apps/spreadsheeteditor/main/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/main/resources/less/statusbar.less @@ -183,7 +183,6 @@ 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; diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css index d29880080..f0f732f55 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css @@ -7876,7 +7876,7 @@ html.pixel-ratio-3 .statusbar .button:after { .box-tabs ul { margin: 0; padding: 0; - white-space: nowrap; + white-space: pre; overflow: hidden; } .box-tabs ul > li { diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-material.css b/apps/spreadsheeteditor/mobile/resources/css/app-material.css index 61a4f8d25..0f05dee75 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-material.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-material.css @@ -7863,7 +7863,7 @@ html.pixel-ratio-3 .statusbar .button:after { .box-tabs ul { margin: 0; padding: 0; - white-space: nowrap; + white-space: pre; overflow: hidden; } .box-tabs ul > li { diff --git a/apps/spreadsheeteditor/mobile/resources/less/statusbar.less b/apps/spreadsheeteditor/mobile/resources/less/statusbar.less index cf8f3ed8f..1578d0053 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/mobile/resources/less/statusbar.less @@ -47,7 +47,7 @@ ul { margin: 0; padding: 0; - white-space: nowrap; + white-space: pre; overflow: hidden; > li {