don't wrap the rows on small screens

pull/3003/head
Andrew Bauer 2020-07-28 12:43:51 -05:00
parent 853a5728f8
commit cf9eb405ee
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ xhtmlHeaders(__FILE__, translate('Options'));
<body>
<?php echo getNavBarHTML(); ?>
<div class="container-fluid">
<div class="row">
<div class="row flex-nowrap">
<nav id="sidebar" style="background-color:#f5f5f5">
<ul class="nav nav-pills flex-sm-column blockquote">
<?php