We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6557a17 commit 4446ca6Copy full SHA for 4446ca6
nx/blocks/form/views/editor.css
@@ -35,6 +35,22 @@
35
}
36
37
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
54
.child-group.item-group {
55
margin-block: 16px 4px;
56
@@ -70,22 +86,6 @@ p.primitive-item-title {
70
86
71
87
72
88
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;
-}
89
.add-item-btn {
90
margin-top: 8px;
91
padding: 4px 8px;
0 commit comments