mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(button): relax css containment to "content" (#16553)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user