Skip to content

Commit 5345aa4

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 87742b2 commit 5345aa4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/dynamic-checkout/styles/default.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)