[SSE] fix bug 41223
This commit is contained in:
parent
9c3b421432
commit
82c59a812e
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
.sailfish {
|
||||||
#cell-editing-box {
|
#cell-editing-box {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
@ -7,6 +8,10 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 42px;
|
left: 42px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
|
|
||||||
|
.tablet& {
|
||||||
|
left: 132px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-expand {
|
.group-expand {
|
||||||
|
@ -27,3 +32,4 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue