mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
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:
@@ -304,8 +304,6 @@
|
||||
|
||||
.sizing,
|
||||
.fontsize-ensurer {
|
||||
display: inline-block;
|
||||
|
||||
@size1: 0.5;
|
||||
@size2: 0.6;
|
||||
@size3: 0.7;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Reference in New Issue
Block a user