-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break words in SearchableSelect value & description #580
Conversation
40c88bc
to
6cb19bd
Compare
6cb19bd
to
cbfd8b3
Compare
<p class="text-wrap text-sm"> | ||
<div | ||
class="flex flex-col" | ||
style="overflow-wrap: anywhere;" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tailwind hasn't merged an alternative to word-break: break-word
. All other word-breaking combinations that I tried had issues.
See discussion: tailwindlabs/tailwindcss#12127
See PR: tailwindlabs/tailwindcss#12128
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm cool with this, but can we do it as a tailwind arbitrary-inside-brackets class instead of an inline style?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 53735e1
class="flex flex-col" | ||
style="overflow-wrap: anywhere;" | ||
> | ||
<p class="text-sm"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
text-wrap not required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here for this, one tweak request
I know we are deprecating
SearchableSelect
. However, thevideo-path
dropdown for the webcam component builder has caused me enough emotional pain to just come fix this. Thoughts?Before:
After: