mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
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.