mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(toast): inherit height in container to center align content (#19409)
This commit is contained in:

committed by
Brandy Carney

parent
08bb60dcbb
commit
250718a40f
@ -96,6 +96,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|
||||||
|
height: inherit;
|
||||||
|
min-height: inherit;
|
||||||
|
max-height: inherit;
|
||||||
|
|
||||||
contain: content;
|
contain: content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user