-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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(native-filters): Misc spacing fixes for horizontal and horizontal overflow filter bar items #22288
Conversation
92002cc
to
64b49d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #22288 +/- ##
=======================================
Coverage 66.79% 66.79%
=======================================
Files 1846 1846
Lines 70286 70286
Branches 7683 7684 +1
=======================================
Hits 46948 46948
Misses 21346 21346
Partials 1992 1992
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -124,7 +130,8 @@ const HorizontalOverflowDivider = ({ | |||
display: block; | |||
font-size: ${theme.typography.sizes.s}px; | |||
color: ${theme.colors.grayscale.base}; | |||
margin: 0; | |||
margin: ${theme.gridUnit * 2.5}px 0 0 0; |
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.
I think that we should use full grid units. Can we change 2.5 to 2 or 3 (whichever looks better)
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.
Fixed in #22307!
/testenv up FEATURE_HORIZONTAL_FILTER_BAR=true |
@kgabryje Ephemeral environment spinning up at http://18.237.102.21:8080. Credentials are |
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.
1 small non-blocking nit that we can address later, otherwise LGTM!
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This PR tightens up some styles:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION
HORIZONTAL_FILTER_BAR