Skip to content

Commit f6132cc

Browse files
committed
fixes form builder fields display
1 parent 24ea8f7 commit f6132cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/wpuf/css/wpuf-form-builder.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,12 @@
402402
margin: 10px 0 0 15px;
403403
cursor: pointer;
404404
}
405+
406+
#builder-form-fields section {
407+
overflow: auto;
408+
display: inline-block;
409+
}
410+
405411
#wpuf-form-builder-container section {
406412
height: calc(100vh - 170px);
407413
}

0 commit comments

Comments
 (0)