From 8cfab8d6b38aedaf0c50c2a5b5ddda7db15690d3 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 14 Apr 2015 11:51:04 -0500 Subject: [PATCH] i18n: Don't wrap sub-navigation --- scp/css/scp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/scp/css/scp.css b/scp/css/scp.css index e77e9703f..7be7e2182 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -141,6 +141,7 @@ div#header a { line-height:26px; border-left:1px solid #aaa; border-right:1px solid #aaa; + white-space: nowrap; } #nav .active, #sub_nav li { -- GitLab