Skip to content

Commit

Permalink
Merge pull request #3939 from open-formulieren/fix/styling-dmn-modal
Browse files Browse the repository at this point in the history
💄 Display errors above input field
  • Loading branch information
sergei-maertens authored Feb 28, 2024
2 parents ac70173 + 5220b5e commit aa529ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const DMNActionConfig = ({initialValues, onSave}) => {
>
{formik => (
<Form>
<fieldset className="aligned">
<fieldset className="admin-fieldset aligned">
<div className="form-row form-row--no-bottom-line">
<Field
name="pluginId"
Expand Down Expand Up @@ -223,8 +223,8 @@ const DMNActionConfig = ({initialValues, onSave}) => {
/>
}
>
<fieldset className="aligned">
<div className="form-row">
<fieldset className="admin-fieldset aligned">
<div className="form-row form-row--no-bottom-line">
<DecisionDefinitionIdField />
</div>
<div className="form-row">
Expand Down
4 changes: 4 additions & 0 deletions src/openforms/scss/components/builder/_builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ div.flatpickr-calendar.open {
display: block;
margin-left: 0;
margin-right: 0;

ul.errorlist {
padding-left: 0px;
}
}
}

Expand Down

0 comments on commit aa529ed

Please sign in to comment.