[SSE mobile] Fix Bug 47043
[SSE] Fix sheet name containing spaces
This commit is contained in:
parent
dd4e924c3a
commit
a0a28260e9
|
@ -26,7 +26,7 @@
|
|||
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
white-space: pre-wrap;
|
||||
white-space: pre;
|
||||
text-align: center;
|
||||
|
||||
&::after {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
white-space: pre;
|
||||
overflow: hidden;
|
||||
|
||||
> li {
|
||||
|
|
Loading…
Reference in a new issue