Using Tailwind CSS with Row and Dropdown #1735
Unanswered
chipnetics
asked this question in
Q&A
Replies: 2 comments
-
Hey! So you succeed using Tailwind AND Carbon Svelte? |
Beta Was this translation helpful? Give feedback.
0 replies
-
How did you do that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I've flubbed my way through using Carbon with Tailwind for a while, but now getting frustrated and need to understand intergration better. Probably something fundaemental I'm not understanding.
I have the below snippet, but want my Dropdown to be wider because the dropdown option text overflows the component width. However for some reason when I use
w-100
vsw-80
it actually renders narrower. Trying other w- values the width is all over the place and inconsistent as well (sometimes rendering the full width of the screen view).Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions