Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 6d528b7

Browse files
authored
fix(ui/space): fix space inline mode className err (#69)
1 parent 2822da8 commit 6d528b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.var-space {
22
display: flex;
3-
&--line {
3+
&--inline {
44
display: inline-flex;
55
}
66
}

0 commit comments

Comments
 (0)