fix css bug

This commit is contained in:
Anthony 2022-03-29 17:58:11 +02:00 committed by Thomas Zarebczan
parent 7660906494
commit 13a7785315
2 changed files with 6 additions and 3 deletions

View file

@ -446,6 +446,7 @@ class SettingsStripeCard extends React.Component<Props, State> {
)}
<Card
title={__('Card Details')}
className="add-payment-card-div"
body={
<>
<Plastic

View file

@ -413,9 +413,11 @@ pre {
display: block;
}
.card__header--between,
.card__title-section {
display: block;
.add-payment-card-div {
.card__header--between,
.card__title-section {
display: block;
}
}
.currency-to-use-selector {