-
Notifications
You must be signed in to change notification settings - Fork 343
fix: USM text input not taking up full width #4435
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
Conversation
WalkthroughAdds a stylesheet import and a scoped className to the EmailForm component, introduces a CSS rule targeting tooltip elements under Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merge Queue Status✅ The pull request has been merged at 3febc38 This pull request spent 4 seconds in the queue, with no time running CI. Required conditions to merge
|
Manual QA reported a bug on staging where the UnifiedShareModal was being rendered incorrectly in EUA.
This PR fixes that by adding
width: 100%to the Tooltip wrappers which are rendered inEmailFormBEFORE
AFTER
Summary by CodeRabbit