From c9bd7c89ed970e54cf188263b26cb5c97726f43e Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 10 Oct 2019 10:34:33 -0700 Subject: [PATCH] Use max-width to ensure the width rule is observed in Firefox --- 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 fa69c11f1da..f1797cf15db 100644 --- a/ui/app/styles/components/page-layout.scss +++ b/ui/app/styles/components/page-layout.scss @@ -37,6 +37,7 @@ &.is-right { margin-left: $gutter-width; width: calc(100% - #{$gutter-width}); + max-width: calc(100% - #{$gutter-width}); } @media #{$mq-hidden-gutter} {