Apply nowrap to .katex

Fixes T1243.

Auditors: emily
This commit is contained in:
Ben Alpert 2013-08-04 12:55:29 -07:00
parent 6883017bc4
commit 60ddb2d903

View File

@ -17,6 +17,7 @@ big parens
.katex {
font: normal 1.21em katex_main;
line-height: 1.2;
white-space: nowrap;
}
.katex .mathit {