fix(components): [form-item] fix top label height (#7830)

This commit is contained in:
Delyan Haralanov 2022-05-24 08:43:39 +03:00 committed by GitHub
parent ecb1fa75e9
commit 7ba931bee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ $form-item-label-top-margin-bottom: map.merge(
.#{$namespace}-form-item__label {
display: block;
height: auto;
text-align: left;
margin-bottom: #{map.get($form-item-label-top-margin-bottom, 'default')};
line-height: #{map.get($form-item-label-top-line-height, 'default')};