From a0a28260e913d2cced355cc93294b335c61faac8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 22 Oct 2020 22:56:57 +0300 Subject: [PATCH] [SSE mobile] Fix Bug 47043 [SSE] Fix sheet name containing spaces --- apps/common/main/resources/less/tabbar.less | 2 +- apps/spreadsheeteditor/main/resources/less/statusbar.less | 1 - apps/spreadsheeteditor/mobile/resources/css/app-ios.css | 2 +- apps/spreadsheeteditor/mobile/resources/css/app-material.css | 2 +- apps/spreadsheeteditor/mobile/resources/less/statusbar.less | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) 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 {