mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(components): [form-item] fix top label height (#7830)
This commit is contained in:
parent
ecb1fa75e9
commit
7ba931bee7
@ -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')};
|
||||
|
Loading…
Reference in New Issue
Block a user