[SSE] Fix change width of first tab in statusbar when moving sheet

This commit is contained in:
JuliaSvinareva 2020-07-27 18:36:41 +03:00
parent 74774555d7
commit a1d7986157

View file

@ -246,10 +246,17 @@
&.mousemove {
&:first-child {
> span {
padding-left: 8px;
}
}
> span {
border-left: 2px solid @gray-deep;
padding-left: 9px;
}
&.right {
> span {
border-left: 1px solid @gray-dark;