Skip to content

Commit

Permalink
fix: added payment error message overlapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed May 31, 2022
1 parent 99f5066 commit ec6d855
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
display: flex;
flex-direction: column;
width: 100%;

&-wrapper {
.dc-input--error {
margin-bottom: 6rem;
}
}
}

&__payment-method-field {
Expand Down

0 comments on commit ec6d855

Please sign in to comment.