-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Discover] Fixed issue with query bar not taking full width in safari when selected #74987
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
Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
💚 CLA has been signed |
|
Jenkins, test this. |
|
Thanks a lot @shamin - tested both on Safari and FF and it is in fact fixed! I will merge it once CI is green :) |
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
|
@elastic/kibana-design I think this requires an approval from your side as well. Our codeowner file had some problems, that's why you didn't get pinged automatically. |
snide
left a comment
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.
TY for the fix.
|
@elasticmachine merge upstream |
1 similar comment
|
@elasticmachine merge upstream |
|
Jenkins, test this (seems CI got stuck on it) |
💚 Build SucceededBuild metricspage load bundle size
History
To update your PR or re-run it, just comment with: |
…4987) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…4987) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…75170) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Shamin Meerankutty <8272719+shamin@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…75169) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Shamin Meerankutty <8272719+shamin@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
|
Thanks for opening that PR and your first contribution to Kibana 🎉 I've merged and backported this, so it will be released in the next upcoming minor release (7.10.0) and the next patch release for 7.9. I hope you stay with us in the Kibana community and I hope to see you soon in another PR or issue again 🙂 |
Summary
Fixed issue with query bar not taking full width in safari when selected. Fixes #72832
Bug: https://stackoverflow.com/questions/19452034/css-width-0-and-overflow-hidden-issue-in-safari
Before

After

Checklist
For maintainers