From 802a3d14e75a26ef7c6c4677ff4705401009df73 Mon Sep 17 00:00:00 2001 From: Paul Stelzer Date: Sun, 2 Dec 2018 13:01:03 +0100 Subject: [PATCH] fix(button): relax css containment to "content" (#16553) --- core/src/components/button/button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/button/button.scss b/core/src/components/button/button.scss index c2905b84ee..f9011a42a8 100644 --- a/core/src/components/button/button.scss +++ b/core/src/components/button/button.scss @@ -160,7 +160,7 @@ clear: both; - contain: strict; + contain: content; } :host(.button-block) .button-native::after { @@ -182,7 +182,7 @@ width: 100%; - contain: strict; + contain: content; } :host(.button-full:not(.button-round)) .button-native {