diff --git a/app/assets/stylesheets/admin/menu.scss b/app/assets/stylesheets/admin/menu.scss index cb913aeb8..a626b625a 100644 --- a/app/assets/stylesheets/admin/menu.scss +++ b/app/assets/stylesheets/admin/menu.scss @@ -176,6 +176,7 @@ a { font-weight: normal; + margin-#{$global-right}: 0; } .is-active { diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 6f96b03fe..1b363327a 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -460,6 +460,7 @@ button, > nav { flex: 20%; min-width: $side-menu-min-width; + max-width: max-content; + * { flex: 80%;