From 17e294747505056cbeda3a6cb96be09c8a4d97aa Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 7 Feb 2020 14:22:00 -0800 Subject: [PATCH] Override the max-width on mobile to avoid losing space due to non-existent gutter menu --- ui/app/styles/components/page-layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/styles/components/page-layout.scss b/ui/app/styles/components/page-layout.scss index f1797cf15..51ea1f9bc 100644 --- a/ui/app/styles/components/page-layout.scss +++ b/ui/app/styles/components/page-layout.scss @@ -54,6 +54,7 @@ &.is-right { margin-left: 0; width: 100%; + max-width: 100%; } } }