mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +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 {
|
.#{$namespace}-form-item__label {
|
||||||
display: block;
|
display: block;
|
||||||
|
height: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: #{map.get($form-item-label-top-margin-bottom, 'default')};
|
margin-bottom: #{map.get($form-item-label-top-margin-bottom, 'default')};
|
||||||
line-height: #{map.get($form-item-label-top-line-height, 'default')};
|
line-height: #{map.get($form-item-label-top-line-height, 'default')};
|
||||||
|
Loading…
Reference in New Issue
Block a user