Skip to content

Commit

Permalink
Merge pull request #4804 from open-formulieren/bug/4726-broken-delete…
Browse files Browse the repository at this point in the history
…-form-definition-button-styling

🐛 [#4726] Fixing the styling for form delete buttons
  • Loading branch information
sergei-maertens authored Oct 31, 2024
2 parents 3ae5aad + b668bad commit 8f11d28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openforms/scss/components/builder/_admin-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
height: auto;
}

.submit-row .deletelink {
box-sizing: content-box;
}

.formio-dialog-content {
margin: 50px auto !important;
}
Expand Down

0 comments on commit 8f11d28

Please sign in to comment.