We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37cead1 + 69a0ccf commit 4aef5eaCopy full SHA for 4aef5ea
src/lib/snack-bar/snack-bar-container.scss
@@ -10,6 +10,7 @@ $md-snack-bar-max-width: 568px !default;
10
@include md-elevation(24);
11
background: #323232;
12
border-radius: 2px;
13
+ box-sizing: content-box;
14
display: block;
15
height: $md-snack-bar-height;
16
max-width: $md-snack-bar-max-width;
0 commit comments