[SSE mobile] Fix Bug 47043

[SSE] Fix sheet name containing spaces
This commit is contained in:
Julia Radzhabova 2020-10-22 22:56:57 +03:00
parent dd4e924c3a
commit a0a28260e9
5 changed files with 4 additions and 5 deletions

View file

@ -26,7 +26,7 @@
padding-top: 0;
padding-bottom: 0;
white-space: pre-wrap;
white-space: pre;
text-align: center;
&::after {

View file

@ -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;

View file

@ -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 {

View file

@ -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 {

View file

@ -47,7 +47,7 @@
ul {
margin: 0;
padding: 0;
white-space: nowrap;
white-space: pre;
overflow: hidden;
> li {