File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1395,6 +1395,7 @@ foreignObject .ltx_text {
1395
1395
.ltx_inline-para .ltx_para { display : inline; }
1396
1396
.ltx_inline-block ,
1397
1397
.ltx_inline-block .ltx_para { display : inline-block; }
1398
+ .ltx_nodisplay { display : none; }
1398
1399
1399
1400
/* TODO: it appears our width estimations for the individual rows of an inline block
1400
1401
are not always accurate? Revert ot auto for now,
@@ -1578,14 +1579,12 @@ span.ltx_transformed_inner {
1578
1579
.ltx_font_medium { font-weight : normal; }
1579
1580
/* Font Shapes => font-style or font-variant */
1580
1581
.ltx_font_italic {
1581
- font-style : italic;
1582
- font-variant : discretionary-ligatures; }
1582
+ font-style : italic; }
1583
1583
.ltx_font_upright {
1584
1584
font-style : normal;
1585
1585
font-variant : normal; }
1586
1586
.ltx_font_slanted {
1587
- font-style : oblique;
1588
- font-variant : discretionary-ligatures; }
1587
+ font-style : oblique; }
1589
1588
.ltx_font_smallcaps {
1590
1589
font-variant : small-caps;
1591
1590
font-style : normal; }
You can’t perform that action at this time.
0 commit comments