fix css bug
This commit is contained in:
parent
7660906494
commit
13a7785315
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue