Dropdown Field Size Home › Forums › Cascading dropdowns › Dropdown Field Size This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Alexander Bautz. Viewing 2 reply threads Author Posts May 6, 2021 at 20:36 #33395 Danielle ArcuriParticipant I am using cascading dropdowns and my second dropdown choices are long sentences and the field automatically widens. Is there CSS or JS I can enter to make the dropdown stay a certain width and overflow wrap the choices in dropdown menu? May 6, 2021 at 22:28 #33397 Alexander BautzKeymaster Hi, You can add this to your custom css: #dffs_YourFieldInternalName select{ width:300px; } Replace YourFieldInternalName with your choice filed name. Alexander May 7, 2021 at 17:43 #33399 Danielle ArcuriParticipant Thanks that worked but is there a way to increase the box height and wrap the text so you can still see the whole selection? This reply was modified 3 years, 7 months ago by Danielle Arcuri. May 7, 2021 at 18:32 #33402 Alexander BautzKeymaster Hi, I don’t think wrapping the text in a select is possible. Alexander Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In