[SSE] fix bug 41223

This commit is contained in:
Maxim Kadushkin 2019-04-17 12:45:21 +03:00
parent 9c3b421432
commit 82c59a812e
2 changed files with 36 additions and 26 deletions

File diff suppressed because one or more lines are too long

View file

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