From 60ddb2d90389af0e91c7af59f47749250bd7ccde Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 4 Aug 2013 12:55:29 -0700 Subject: [PATCH] Apply nowrap to .katex Fixes T1243. Auditors: emily --- static/katex.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/katex.css b/static/katex.css index 1eda16b08..605181243 100644 --- 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 {