Skip to content

Commit 4757f87

Browse files
Merge pull request #7099 from hashicorp/b-ui/mobile-styles-not-full-width
UI: Override the max-width on mobile to avoid losing space due to non-existent gutter menu
2 parents 6eee8d6 + 17e2947 commit 4757f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/app/styles/components/page-layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
&.is-right {
5555
margin-left: 0;
5656
width: 100%;
57+
max-width: 100%;
5758
}
5859
}
5960
}

0 commit comments

Comments
 (0)