mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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;
|
||||
pointer-events: auto;
|
||||
|
||||
height: inherit;
|
||||
min-height: inherit;
|
||||
max-height: inherit;
|
||||
|
||||
contain: content;
|
||||
}
|
||||
|
||||
@ -146,4 +150,4 @@
|
||||
.toast-button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user