Merge pull request #6466 from hashicorp/b-ui-firefox-log-window-off-screen

Use max-width to ensure the width rule is observed in Firefox
This commit is contained in:
Michael Lange
2019-10-15 11:09:20 -07:00
committed by GitHub

View File

@@ -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} {