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