Skip to content

Commit 7cc019d

Browse files
committed
adjust mathjax padding multiplier
1 parent cef06c8 commit 7cc019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/titles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var interactConstants = require('../../constants/interactions');
1414

1515
var OPPOSITE_SIDE = require('../../constants/alignment').OPPOSITE_SIDE;
1616
var numStripRE = / [XY][0-9]* /;
17-
var MATHJAX_PADDING_MULTIPLIER = 0.83;
17+
var MATHJAX_PADDING_MULTIPLIER = 0.85;
1818
var EXTRA_SPACING_BETWEEN_TITLE_AND_SUBTITLE = 0;
1919

2020
/**

0 commit comments

Comments
 (0)