Skip to content

Commit 6b88202

Browse files
committed
fix: css in remove button
1 parent 0b273ac commit 6b88202

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Common/RJSF/rjsfForm.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
}
1313
}
1414

15-
&__field {
16-
grid-template-columns: 250px 1fr;
17-
}
18-
1915
&__additional-fields {
2016
grid-template-columns: 1fr 1fr;
2117
}
@@ -30,7 +26,7 @@
3026
}
3127

3228
&__additional-fields,
33-
&__array-field-items {
29+
&__array-field-item {
3430
z-index: 0;
3531
background: transparent;
3632

0 commit comments

Comments
 (0)