MOBILE-4470 alerts: Align left alerts on iOS

main
Pau Ferrer Ocaña 2024-06-07 10:50:21 +02:00
parent 96fb3fc81f
commit a303456479
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ ion-alert {
}
&.ios .alert-message {
text-align: start;
}
&.md .alert-button {
// Remove padding from alert buttons, they already have min accessibility height.
padding-top: 0px;