Skip to content

Commit

Permalink
Merge pull request #7099 from hashicorp/b-ui/mobile-styles-not-full-w…
Browse files Browse the repository at this point in the history
…idth

UI: Override the max-width on mobile to avoid losing space due to non-existent gutter menu
  • Loading branch information
DingoEatingFuzz authored Feb 7, 2020
2 parents 6eee8d6 + 17e2947 commit 4757f87
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 @@ -54,6 +54,7 @@
&.is-right {
margin-left: 0;
width: 100%;
max-width: 100%;
}
}
}
Expand Down

0 comments on commit 4757f87

Please sign in to comment.