mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(components): [form] align label width if it exists (#7826)
This commit is contained in:
parent
10a64b65ff
commit
50ade1267e
@ -60,7 +60,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
||||
|
||||
@include m(label-left) {
|
||||
.#{$namespace}-form-item__label {
|
||||
text-align: left;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
@include m(label-top) {
|
||||
|
Loading…
Reference in New Issue
Block a user