Skip to content

Commit

Permalink
Use max-width to ensure the width rule is observed in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 10, 2019
1 parent 850360a commit c9bd7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/styles/components/page-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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} {
Expand Down

0 comments on commit c9bd7c8

Please sign in to comment.