-
Notifications
You must be signed in to change notification settings - Fork 367
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: [M3-7331] - VPC and StackScript details overflow #9887
Conversation
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.
Thanks for fixing both of these! Confirmed that the description field now wraps rather than overflows on StackScript details and VPC details. Search bar placeholder text is no longer cut off.
StackScripts ✅ | VPC ✅ |
---|---|
I think extending the width of the search bar is fine. It seems like there's some default styling for the MUI TextField component that is setting that font size to 1rem
at smaller viewports and that would need to get overridden to go that styling route, but I couldn't make it happy either.
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Description + notes on some changes 📝
Preview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
Reproduction steps
Verification steps
As an Author I have considered 🤔
Check all that apply