Skip to content

Commit 4446ca6

Browse files
author
Adrian Kozma
committed
fix: Fix lint error.
1 parent 6557a17 commit 4446ca6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

nx/blocks/form/views/editor.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@
3535
}
3636
}
3737

38+
.primitive-item-row {
39+
display: flex;
40+
align-items: flex-end;
41+
gap: 8px;
42+
43+
.primitive-item-content {
44+
flex: 1;
45+
min-width: 0;
46+
}
47+
48+
remove-button {
49+
flex-shrink: 0;
50+
margin-bottom: 2px;
51+
}
52+
}
53+
3854
.child-group.item-group {
3955
margin-block: 16px 4px;
4056

@@ -70,22 +86,6 @@ p.primitive-item-title {
7086
margin-block: 16px 4px;
7187
}
7288

73-
.primitive-item-row {
74-
display: flex;
75-
align-items: flex-end;
76-
gap: 8px;
77-
78-
.primitive-item-content {
79-
flex: 1;
80-
min-width: 0;
81-
}
82-
83-
remove-button {
84-
flex-shrink: 0;
85-
margin-bottom: 2px;
86-
}
87-
}
88-
8989
.add-item-btn {
9090
margin-top: 8px;
9191
padding: 4px 8px;

0 commit comments

Comments
 (0)