-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Consistent positioning of Timepicker in SearchBar #43255
Consistent positioning of Timepicker in SearchBar #43255
Conversation
Pinging @elastic/kibana-app-arch |
💚 Build Succeeded |
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.
There's actually no need to add a custom style for this. The .kbnQueryBar
is an EuiFlexGroup
component which accepts justifyContent="flexEnd"
.
I checked and played with the PR LGTM, thanks @lizozom |
@cchaos done |
💚 Build Succeeded |
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. Reviewed the change requested by Caroline (who is out) and it looks good.
Summary
Align SearchBar \ Time picker to the right
Resolves #41900
In apps where SearchBar only contains Timepicker, it looks like this:
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers