-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix: DIA-1435: [FE, cust-Comet] Some errors on Prompt task list are not displayed gracefully on UI #7444
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
@nick-skriabin @ricardoantoniocm Do we foresee any special case where we would like to override this If we do I would recommend adding the tailwind class and allow merging from the outside with |
Thanks for raising this, Nacho. Yes, I foresee that. Let's not set a max width in stone by ensuring it can be overwritten if necessary. Also, this particular change could affect how specific tooltips display info across the app. Let's make sure this change doesn't negatively affect the contents of tooltips across the app. |
@ricardoantoniocm @nass600 the width is customizable via |
/fm sync |
/fm sync |
/fm sync |
This pull request makes a small enhancement to the tooltip styling by limiting its maximum width.
web/libs/ui/src/lib/Tooltip/Tooltip.module.scss
: Added amax-width
property with a value of 250px to ensure tooltips do not exceed this width, improving readability.