Skip to content

Commit e489a57

Browse files
committed
[#3616] Added missing margin to form definition configuration
1 parent 970fb94 commit e489a57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/openforms/scss/components/builder/_builder.scss

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ li.nav-item {
4242
float: none;
4343
width: initial;
4444
}
45+
46+
input {
47+
margin-bottom: 10px;
48+
}
4549
}
4650

4751
.row {

0 commit comments

Comments
 (0)