-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: Values field card lacks width in mobile viewports #7248
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.
PR Summary
This pull request addresses the mobile viewport display issue for the relation settings form card, improving its layout and preventing content overflow.
- Modified
StyledPreviewContent
inSettingsDataModelFieldRelationSettingsFormCard.tsx
to use column flex direction - Adjusted
StyledRelationImage
to rotate 90 degrees for better vertical alignment - Changed
StyledFieldPreviewCard
to usedisplay: grid
for improved responsiveness - Removed
flex: 1 1 100%
fromStyledFieldPreviewCard
to prevent stretching
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
LGTM, thank you for your contribution @harshit078!
Log
|
Bad communication on this one! |
Description
Current Behaviour
After