diff --git a/src/components/alert/alert.scss b/src/components/alert/alert.scss index a87f03aa23..0e52fbf5ee 100644 --- a/src/components/alert/alert.scss +++ b/src/components/alert/alert.scss @@ -118,5 +118,6 @@ ion-alert input { font-size: inherit; line-height: initial; text-align: left; + text-align: start; background: transparent; } diff --git a/src/components/picker/picker.ios.scss b/src/components/picker/picker.ios.scss index 4021254571..2b78541a81 100644 --- a/src/components/picker/picker.ios.scss +++ b/src/components/picker/picker.ios.scss @@ -72,6 +72,7 @@ $picker-button-ios-strong-font-weight: 600 !default; flex: 1; text-align: right; + text-align: end; } .picker-ios .picker-toolbar-button:last-child .picker-button { @@ -82,6 +83,7 @@ $picker-button-ios-strong-font-weight: 600 !default; font-weight: normal; text-align: left; + text-align: start; } .picker-ios .picker-button, diff --git a/src/components/picker/picker.scss b/src/components/picker/picker.scss index 378a5fe56b..9b6a3237c1 100644 --- a/src/components/picker/picker.scss +++ b/src/components/picker/picker.scss @@ -95,6 +95,7 @@ ion-picker-cmp { max-width: 50%; text-align: right; + text-align: end; white-space: nowrap; } @@ -107,6 +108,7 @@ ion-picker-cmp { max-width: 50%; text-align: left; + text-align: start; white-space: nowrap; } diff --git a/src/components/picker/picker.wp.scss b/src/components/picker/picker.wp.scss index a35d5fb7b5..1c1fa69c52 100644 --- a/src/components/picker/picker.wp.scss +++ b/src/components/picker/picker.wp.scss @@ -73,12 +73,14 @@ $picker-wp-option-selected-color: color($colors-wp, primary) !defaul flex: 1; text-align: right; + text-align: end; } .picker-wp .picker-toolbar-cancel { font-weight: normal; text-align: left; + text-align: start; } .picker-wp .picker-button,