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
This commit is contained in:
Michael Lange
2020-02-07 14:27:50 -08:00
committed by GitHub

View File

@@ -54,6 +54,7 @@
&.is-right {
margin-left: 0;
width: 100%;
max-width: 100%;
}
}
}