Merge pull request #4089 from crazyserver/MOBILE-4470
MOBILE-4470 alerts: Align left alerts on iOSmain
commit
c03bd51ffc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue