mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
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:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user