Skip to content

Commit

Permalink
fix(field): add more space for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 21, 2022
1 parent 82664e2 commit e09d751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bal-field {
}

bal-field-control {
margin-bottom: 24px;
margin-bottom: 32px;
display: flex;

bal-button {
Expand All @@ -33,7 +33,7 @@ bal-field {
}

bal-field-control + bal-field-message {
margin-top: -24px !important;
margin-top: -32px !important;
}

bal-field-label > label > bal-hint {
Expand Down

0 comments on commit e09d751

Please sign in to comment.