Skip to content

Commit

Permalink
fix(button): relax css containment to "content" (#16553)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstelzer authored and manucorporat committed Dec 2, 2018
1 parent 7b3233f commit 802a3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

clear: both;

contain: strict;
contain: content;
}

:host(.button-block) .button-native::after {
Expand All @@ -182,7 +182,7 @@

width: 100%;

contain: strict;
contain: content;
}

:host(.button-full:not(.button-round)) .button-native {
Expand Down

0 comments on commit 802a3d1

Please sign in to comment.