-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix: width of tooltip box is larger than text on the property panel #35734
fix: width of tooltip box is larger than text on the property panel #35734
Conversation
WalkthroughThe recent updates to the Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add Documentation and Community
|
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.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- app/client/src/pages/Editor/PropertyPane/PropertyControl.tsx (1 hunks)
Additional comments not posted (1)
app/client/src/pages/Editor/PropertyPane/PropertyControl.tsx (1)
978-978
: Good change! Verify UI consistency across screen sizes.The change from
"w-full"
to"fit-content"
for thePropertyHelpLabel
className should help the tooltip align better with its content. Please ensure that this adjustment maintains layout consistency across various screen sizes and does not introduce any unexpected UI issues.
I have verified the ui consistency for all screen sizes |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
This PR has been closed because of inactivity. |
#32078
Description
Fixes #32078
Automation
/ok-to-test tags=""
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
PropertyHelpLabel
for a more compact layout within thePropertyControl
component, improving visual appeal and responsiveness.