extend pill list bkgnd vertically in options

pull/3054/head
Andrew Bauer 2020-09-26 07:30:15 -05:00
parent df5192a6b4
commit 48a649a132
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ xhtmlHeaders(__FILE__, translate('Options'));
?> ?>
<body> <body>
<?php echo getNavBarHTML(); ?> <?php echo getNavBarHTML(); ?>
<div class="container-fluid h-100"> <div class="container-fluid">
<div class="row flex-nowrap h-100"> <div class="row flex-nowrap">
<nav id="sidebar" class="h-100"> <nav id="sidebar">
<ul class="nav nav-pills flex-column h-100"> <ul class="nav nav-pills flex-column h-100">
<?php <?php
foreach ( $tabs as $name=>$value ) { foreach ( $tabs as $name=>$value ) {