fix(toast): inherit height in container to center align content (#19409)

This commit is contained in:
Stefanos Anagnostou
2019-10-10 23:05:11 +03:00
committed by Brandy Carney
parent 08bb60dcbb
commit 250718a40f

View File

@ -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;
} }
@ -146,4 +150,4 @@
.toast-button:hover { .toast-button:hover {
cursor: pointer; cursor: pointer;
} }
} }