Skip to content

Commit

Permalink
💄 [#4871] Fixing errorlist styling in variable mapping
Browse files Browse the repository at this point in the history
Because the inputs in the variable mapping don't have inline labels, the errorlist placement doesn't have to be compensated.
  • Loading branch information
robinmolen committed Jan 29, 2025
1 parent 0835d23 commit b6f59a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openforms/scss/components/admin/_variablemapping.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
vertical-align: middle;
text-align: center;
}

.errorlist {
padding-inline-start: 0;
margin-inline-start: 0;
}
}

0 comments on commit b6f59a9

Please sign in to comment.