fix(button): relax css containment to "content" (#16553)

This commit is contained in:
Paul Stelzer
2018-12-02 13:01:03 +01:00
committed by Manu MA
parent 7b3233f0b5
commit 802a3d14e7

View File

@ -160,7 +160,7 @@
clear: both; clear: both;
contain: strict; contain: content;
} }
:host(.button-block) .button-native::after { :host(.button-block) .button-native::after {
@ -182,7 +182,7 @@
width: 100%; width: 100%;
contain: strict; contain: content;
} }
:host(.button-full:not(.button-round)) .button-native { :host(.button-full:not(.button-round)) .button-native {