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 <Card
title={__('Card Details')} title={__('Card Details')}
className="add-payment-card-div"
body={ body={
<> <>
<Plastic <Plastic

View file

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