Skip to content

Commit

Permalink
Merge pull request #115 from formio/hotfix/fix-select-styling
Browse files Browse the repository at this point in the history
add inline styling for select component height
  • Loading branch information
brendanbond authored Dec 5, 2024
2 parents b1456a5 + 644c0ad commit 060994d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/bootstrap5/select/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
{% } %}
tabindex="-1"
aria-label="{{ctx.t('autocomplete')}}"
style="height:calc(1.4em + 0.75rem + 2px);"
/>

0 comments on commit 060994d

Please sign in to comment.