Do not force sizing groups to display inline-block (#2044)

Fix #1788 by removing `display:inline-block` rule from `.sizing`.
I don't see why a sizing change cares about the display mode, and it
fixes the interaction between `makeVList` and sizing commands.
It should also allow me to remove a `.sizing { width:min-content }` rule
that I had to add in #1787.
This commit is contained in:
Erik Demaine
2019-07-16 17:00:24 -04:00
committed by GitHub
parent 45539c2e9c
commit 403126e56d
4 changed files with 0 additions and 2 deletions

View File

@@ -304,8 +304,6 @@
.sizing,
.fontsize-ensurer {
display: inline-block;
@size1: 0.5;
@size2: 0.6;
@size3: 0.7;