w-100 class not needed

This commit is contained in:
Andrew Bauer 2020-07-27 10:22:23 -05:00
parent ffa3415318
commit cec5d7ea06
1 changed files with 1 additions and 1 deletions

View File

@ -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();