Selaa lähdekoodia

Theme: Fix wrapping on menu brand text.

reliberate 9 vuotta sitten
vanhempi
commit
fafda9e072
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {