diff --git a/src/theme/components/ion-alert.scss b/src/theme/components/ion-alert.scss index 3c51f1847..031fdce59 100644 --- a/src/theme/components/ion-alert.scss +++ b/src/theme/components/ion-alert.scss @@ -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;