mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
[SSE mobile] Fix Bug 47043
[SSE] Fix sheet name containing spaces
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user