Skip to content

Commit

Permalink
Merge pull request #128 from fortanix/fix/PLAT-4153-input-field-adjus…
Browse files Browse the repository at this point in the history
…tments

PLAT-4153 Fix gap size between label and input in input field.
  • Loading branch information
mkrause authored Feb 6, 2025
2 parents 707533f + 14feac5 commit 7992f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/fields/InputField/InputField.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

display: flex;
flex-direction: column;
gap: 6px;
gap: bk.$spacing-2;

.bk-input-field__label {
@include bk.font(bk.$font-family-body, bk.$font-weight-semibold);
@include bk.font(bk.$font-family-body, bk.$font-weight-semibold, bk.$font-size-m);
cursor: default;
}

Expand Down

0 comments on commit 7992f59

Please sign in to comment.