[SSE] fixed cell editors style for 150% scaling

This commit is contained in:
Maxim Kadushkin 2021-04-27 22:44:01 +03:00
parent 59182cfd6b
commit 1e878cd085

View file

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