w-100 class not needed
This commit is contained in:
parent
ffa3415318
commit
cec5d7ea06
|
@ -285,7 +285,7 @@ function getNavBarHTML($reload = null) {
|
|||
|
||||
// *** Build the navigation bar menu items ***
|
||||
if ( $user and $user['Username'] ) {
|
||||
echo '<ul class="navbar-nav justify-content-center w-100">';
|
||||
echo '<ul class="navbar-nav justify-content-center">';
|
||||
echo getConsoleHTML();
|
||||
echo getOptionsHTML();
|
||||
echo getLogHTML();
|
||||
|
|
Loading…
Reference in New Issue