How to expand select dropdown width? #1983
-
Hello! Is it possible to expand the width of the drop down from select elements? Some of my select options are wider than the width of the select dropdown. I don't want them to be truncated, and ideally, I would increase the width of the select drop down instead of wrapping the select options. Is this possible? I have been modifying the the current code: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! You can add a width class to the
|
Beta Was this translation helpful? Give feedback.
Hello! You can add a width class to the
data-te-class-dropdown
attribute. For example addw-[500px]
class: