File tree Expand file tree Collapse file tree
src/dynamic-checkout/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -931,27 +931,27 @@ const defaultStyles = `
931931 }
932932
933933 /* Right-to-left layout overrides (e.g. Arabic locale) */
934- [dir="rtl"] .dco-payment-method-button-wrapper {
934+ .dynamic-checkout-widget-wrapper [dir="rtl"] .dco-payment-method-button-wrapper {
935935 padding-right: 0;
936936 padding-left: 10px;
937937 }
938938
939- [dir="rtl"] .dco-payment-method-card-form-input-cvc {
939+ .dynamic-checkout-widget-wrapper [dir="rtl"] .dco-payment-method-card-form-input-cvc {
940940 padding-right: 0;
941941 padding-left: 40px;
942942 }
943943
944- [dir="rtl"] .dco-card-cvc-icon {
944+ .dynamic-checkout-widget-wrapper [dir="rtl"] .dco-card-cvc-icon {
945945 right: auto;
946946 left: 10px;
947947 }
948948
949- [dir="rtl"] .dco-card-scheme-logo {
949+ .dynamic-checkout-widget-wrapper [dir="rtl"] .dco-card-scheme-logo {
950950 right: auto;
951951 left: 10px;
952952 }
953953
954- [dir="rtl"] .dco-delete-payment-method-button {
954+ .dynamic-checkout-widget-wrapper [dir="rtl"] .dco-delete-payment-method-button {
955955 margin-left: 0;
956956 margin-right: auto;
957957 }
You can’t perform that action at this time.
0 commit comments