Merge pull request #4089 from crazyserver/MOBILE-4470

MOBILE-4470 alerts: Align left alerts on iOS
main
Dani Palou 2024-06-07 11:34:15 +02:00 committed by GitHub
commit c03bd51ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;