SelectMenu - How to change width?
How would I go about changing the width of the field and dropdown list?
Edit: to be clear - this one: https://ui.nuxt.com/components/select-menu
Solution:Jump to solution
Never mind... It's super trivial
Just put a
class="w-48"
in the <USelectMenu...
...1 Reply
Solution
Never mind... It's super trivial
Just put a
class="w-48"
in the <USelectMenu...