From 1a05ff4f501331a18d4c86c595bb43fae8e9b509 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 28 Mar 2016 12:49:46 -0600 Subject: [PATCH] Theme: Fix wrapping on menu brand text. --- themes/default/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/template.php b/themes/default/template.php index 7e85df8720..9492cff795 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -232,6 +232,7 @@ /* menu brand text */ .navbar-header > div > a.navbar-brand { color: ; + white-space: nowrap; } .navbar-header > div > a.navbar-brand:hover {