Skip to content

Commit

Permalink
Merge pull request #3972 from open-formulieren/fix/3947-admin-styling
Browse files Browse the repository at this point in the history
💄 [#3947] fix styling for form definition
  • Loading branch information
nikkiysendoorn1 authored Mar 5, 2024
2 parents cd31585 + 6c6561c commit b00d33b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/openforms/scss/components/builder/_builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

.field-configuration {
overflow: unset;
.flex-container {
flex-wrap: wrap;
.form-builder {
width: 100%;
}
}
}

.field-configuration,
Expand All @@ -42,7 +48,7 @@ li.nav-item {
max-width: 100%;
label {
float: none;
width: initial;
width: 100%;
}
}

Expand Down

0 comments on commit b00d33b

Please sign in to comment.