Skip to content

Commit

Permalink
chore: merge optmize selector
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxiaolang authored and JounQin committed Dec 8, 2023
1 parent 61bfcf2 commit c9c0782
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/form/form-item/form-item.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ $form-item-width: (
&--top {
flex-direction: column;

.aui-form-item__label-wrapper {
.aui-form-item__label {
line-height: use-var(line-height-m);
margin-bottom: use-var(spacing-s);

&:after {
display: none;
}
}
&-wrapper {
line-height: use-var(line-height-m);
margin-bottom: use-var(spacing-s);

.aui-form-item__label {
line-height: use-var(line-height-m);
&:after {
display: none;
}
}
}
}

Expand Down

0 comments on commit c9c0782

Please sign in to comment.