mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme: Fix wrapping on menu brand text.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user