Replies: 1 comment
-
I don't think this is a bad practice to add
Tailwind.css is made easily extendable so don't hesitate to add what you need |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that by default Tailwind offers only 3 values for min-height. I was wondering if it's a bad practice to use other values for min-height?
In the project that I'm working on there is a Vue component for a modal that sometimes contains 1 line of text and sometimes dynamic content of unknown height. I was wondering if there is a way to not use
min-height
(if it's a bad practice) to control the height of the modal content? A regular height will make a scroll to appear if the content is taller than the height value. I need the dialog height to grow with the content till it reaches max-height.Example: https://play.tailwindcss.com/S9pXhe3fk6
Beta Was this translation helpful? Give feedback.
All reactions