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
commit ccefc46912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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