[SSE] fixed cell editors style for 150% scaling
This commit is contained in:
parent
59182cfd6b
commit
1e878cd085
|
@ -18,6 +18,7 @@
|
|||
#ce-cell-name {
|
||||
width: 100px;
|
||||
height: 19px;
|
||||
height: calc(19px + (1px - 1px/var(--pixel-ratio-factor,1)));
|
||||
padding: 0px 19px 0 4px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue