Skip to content

Commit

Permalink
💄 [#4711] made .form-row styling more specific
Browse files Browse the repository at this point in the history
Backport-of: #4715
  • Loading branch information
robinmolen authored and sergei-maertens committed Oct 2, 2024
1 parent fac4bac commit 77f6422
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/openforms/scss/admin/_vendor-fixes.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.form-row {
// bootstrap styles compete with django .form-row styles...
display: block !important;

> div > .flex-container > label {
box-sizing: initial;
}
}

// bootstrap styles compete with django .form-row styles...
.model-formdefinition .form-row > .errorlist {
width: 100%;
}

div:has(> .help):not(:has(> .fieldBox)) {
flex-wrap: wrap;

Expand Down

0 comments on commit 77f6422

Please sign in to comment.