fix(components): [form] align label width if it exists (#7826)

This commit is contained in:
류한경 2022-05-22 23:35:51 +09:00 committed by GitHub
parent 10a64b65ff
commit 50ade1267e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {