mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
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:
@@ -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 |
Reference in New Issue
Block a user