fix: Correct invalid box-sizing property, adjusting spacing of \angl (#3053)

* fix: Correct invalid box-sizing property

Closes #3052

* Add Safari screenshot

Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
Kelly Littlepage
2021-07-21 10:50:11 -04:00
committed by GitHub
parent 3ce64de224
commit 910e523633
4 changed files with 1 additions and 1 deletions

View File

@@ -593,7 +593,7 @@
.angl {
// from package actuarialangle, which is always used in a subscript.
box-sizing: border-content;
box-sizing: border-box;
border-top: 0.049em solid; // defaultRuleThickness in scriptstyle
border-right: 0.049em solid; // ditto
margin-right: 0.03889em; // 1 mu

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB