From 478bbb6665646d81e1429c558b769564d14dceb6 Mon Sep 17 00:00:00 2001 From: Misha Moroshko Date: Mon, 23 Sep 2013 20:17:16 +1000 Subject: [PATCH] Prevent elements from wrapping to the next line --- docs/src/templates/css/docs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index a98f7429cae..a23d87b2dbe 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -111,6 +111,7 @@ padding: 0; font-size: inherit; font-family: monospace; + white-space: nowrap; } .content h2,