Skip to content

Commit

Permalink
Merge pull request #6466 from hashicorp/b-ui-firefox-log-window-off-s…
Browse files Browse the repository at this point in the history
…creen

Use max-width to ensure the width rule is observed in Firefox
  • Loading branch information
DingoEatingFuzz committed Oct 15, 2019
2 parents 1064b9f + c9bd7c8 commit 53400c5
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 53400c5

Please sign in to comment.