diff options
-rw-r--r-- | view/css/bootstrap-red.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index d1e8b87cf..36240517e 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -58,6 +58,11 @@ nav .dropdown-menu { transition: none; } +.offcanvas-end { + width: unset; + min-width: 250px; +} + /* nav overrides end */ label { |