Annoying things - input and select widths, line breaks etc... #944
Replies: 4 comments 2 replies
-
|
Please show us your code first. https://svelte.dev/repl/35b6b16cf78f43feb59cf4ba2c996d54?version=4.0.5 |
Beta Was this translation helpful? Give feedback.
-
|
How about this one? |
Beta Was this translation helpful? Give feedback.
-
|
As you can see in this REPL example4, it shows inline. Do you have the latest version? |
Beta Was this translation helpful? Give feedback.
-
|
Did an npm update, but still having issues. This is what version I have: flowbite-svelte@0.40.1 | MIT | deps: 3 | versions: 356 published a week ago by shinichiokada okada.shin@gmail.com |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
For input fields like text and selects, there doesn't seem a simple way to control the width of the field. I am resorting to having to wrap it in a div. Additionally if I want text to appear before or after the input I need to use more divs, or tables.
I tried using the tailwind classes, but most dont seem to work.
Beta Was this translation helpful? Give feedback.
All reactions