MOBILE-3833 style: Center toast message and buttons on small screens
parent
be8ed25daa
commit
6bf1bb7cb4
|
@ -501,10 +501,6 @@ ion-toast {
|
|||
@include media-breakpoint-down(sm) {
|
||||
&::part(container) {
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
&::part(message) {
|
||||
align-self: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue