Explorar o código

Theme: Fix wrapping on menu brand text.

reliberate %!s(int64=9) %!d(string=hai) anos
pai
achega
3f9a95ef58
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      themes/default/template.php

+ 1 - 0
themes/default/template.php

@@ -232,6 +232,7 @@
 	/* menu brand text */
 	.navbar-header > div > a.navbar-brand {
 		color: <?php echo ($_SESSION['theme']['menu_brand_text_color']['text'] != '') ? $_SESSION['theme']['menu_brand_text_color']['text'] : 'rgba(255,255,255,0.80)'; ?>;
+		white-space: nowrap;
 		}
 
 	.navbar-header > div > a.navbar-brand:hover {