Make select options show full width

Client doesn't like the select options cutting off (see picture #1). They want it like picture #2. This works fine OOTB in Firefox, but it doesn't work in Chrome only when you initially click the dropdown box. If you click it again, it'll expand the width like it should. Any suggestions?
1 Reply
vince
vinceOP4mo ago
I tried adding something like this but no dice:
option {
min-width: max-content;
}
option {
min-width: max-content;
}
Nevermind, this seems to be a configuration issue -- the select options aren't dynamically populating quickly enough

Did you find this page helpful?