www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 60ddb2d90389af0e91c7af59f47749250bd7ccde
parent 6883017bc4d058999a9f44fa511c741fc633401d
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date:   Sun,  4 Aug 2013 12:55:29 -0700

Apply nowrap to .katex

Fixes T1243.

Auditors: emily

Diffstat:
Mstatic/katex.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/katex.css b/static/katex.css @@ -17,6 +17,7 @@ big parens .katex { font: normal 1.21em katex_main; line-height: 1.2; + white-space: nowrap; } .katex .mathit {