Skip to content

Commit

Permalink
💄 Fix ugly high select boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 26, 2024
1 parent 42f53ce commit 61d4c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openforms/scss/components/admin/_ReactModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
* {
box-sizing: initial;
}

select {
box-sizing: border-box;
}
}
}
}

0 comments on commit 61d4c46

Please sign in to comment.