Dropdown list Field cutting off [RESOLVED]

Hello,

The Dropdown list Field on our Registration form is cutting off a few of the letters. They will still contain the values entered however not all the letters are displayed.

https://congresifec2023.fr/formulaire-congressistes

Your theme or a plugin is adding some padding to the select options which is cutting off the bottom of the words. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance → Customize → Additional CSS):

body .gform_wrapper select.gfield_select {
    padding: 0 0 0 5px;
}

See also this article for additional information about placing CSS snippets: https://docs.gravityforms.com/where-to-put-your-custom-css/

If you have any other questions, please let us know.

Thank you, It’s working!

Thank for your help

blocked.gif