Skip to content

Commit

Permalink
Merge pull request #4679 from open-formulieren/issue/4652-form-builde…
Browse files Browse the repository at this point in the history
…r-error-message-positions

[#4652] Form builder error messages positions
  • Loading branch information
sergei-maertens authored Sep 23, 2024
2 parents 842170d + 71990c3 commit c634e9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/openforms/scss/admin/_vendor-fixes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.form-row {
// bootstrap styles compete with django .form-row styles...
display: block !important;

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

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

> .errorlist {
width: 100%;
}
}
1 change: 1 addition & 0 deletions src/openforms/scss/admin/admin_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
@import 'app_overrides';
@import 'hijack';
@import 'widgets';
@import 'vendor-fixes';

0 comments on commit c634e9c

Please sign in to comment.