mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +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) {
|
@include m(label-left) {
|
||||||
.#{$namespace}-form-item__label {
|
.#{$namespace}-form-item__label {
|
||||||
text-align: left;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include m(label-top) {
|
@include m(label-top) {
|
||||||
|
Loading…
Reference in New Issue
Block a user