We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s
1 parent 9092f15 commit 3040f5eCopy full SHA for 3040f5e
.changeset/gorgeous-snakes-dance.md
@@ -0,0 +1,5 @@
1
+---
2
+"@alauda/ui": patch
3
4
+
5
+fix: form item label top margin bottom use s
src/form/form-item/form-item.component.scss
@@ -22,12 +22,16 @@ $form-item-width: (
22
&--top {
23
flex-direction: column;
24
25
- .aui-form-item__label-wrapper {
+ .aui-form-item__label {
26
line-height: use-var(line-height-m);
27
- margin-bottom: use-var(spacing-xs);
28
29
- &:after {
30
- display: none;
+ &-wrapper {
+ line-height: use-var(line-height-m);
+ margin-bottom: use-var(spacing-s);
31
32
+ &:after {
33
+ display: none;
34
+ }
35
}
36
37
0 commit comments