- Issue created by @w01f
- ππΊHungary nagy.balint
Hi!
I think this might have been the case for previous versions as well.
For claro the module defines "min-width: 160px;"
The front end theme has no such definition, but we have a "Minimum width of widget" setting in the
"admin/config/user-interface/chosen"Maybe it is only problematic in a Tabs context.
If I set "Minimum width of widget" to 200px for example, then it works for me even in horizontal tabs.
- πΊπΈUnited States w01f
Confirmed that works - assuming you mean something like:
.chosen-with-drop { min-width: 200px; }
That works for me. 150px appears to even be sufficient to prevent it from looking overly narrow when the user starts typing.