-
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(explore): add margin to the adhoc filter value select #14679
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14679 +/- ##
==========================================
- Coverage 77.55% 77.55% -0.01%
==========================================
Files 958 958
Lines 48550 48551 +1
Branches 5703 5703
==========================================
- Hits 37654 37652 -2
- Misses 10696 10699 +3
Partials 200 200
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I was torn on whether to go with |
Related issue: #14570 |
/testenv up |
@junlincc Ephemeral environment spinning up at http://54.214.220.163:8080. Credentials are |
You went with |
...c/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.jsx
Show resolved
Hide resolved
/testenv up |
@rusackas Ephemeral environment spinning up at http://35.166.224.14:8080. Credentials are |
/testenv up |
@suddjian Ephemeral environment spinning up at http://54.245.202.124:8080. Credentials are |
Yes, the issue appears to exist in master as well, so not a problem with this PR. |
@geido Diego, do you mind taking a look at the icon issue i mentioned above? thanks! |
Sure. I'll have a look |
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!
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
There wasn't any margin, so when the filter values took up >= 3 lines, the gap disappeared. Now it doesn't.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
ADDITIONAL INFORMATION