-
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
[Enterprise Search] Fix page responsiveness for smaller screen sizes #141471
[Enterprise Search] Fix page responsiveness for smaller screen sizes #141471
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.
Magic! 🪄
These fixes makes page wrap properly on smaller devices. It will fix word breaks on header and make both cards wrap properly when they don't fit the page.
95cd581
to
b6ef783
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
These fixes makes page wrap properly on smaller devices. It will fix word breaks on header and make both cards wrap properly when they don't fit the page. (cherry picked from commit ddf5307)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* main: [Files] Use self destruct flag in upload component (elastic#141366) [Synthetics] Unskip certs flaky test (elastic#141423) updated openapi for bulk action responses (elastic#141566) Fix page responsiveness for smaller screen sizes (elastic#141471)
These fixes makes page wrap properly on smaller devices. It will fix word breaks on header and make both cards wrap properly when they don't fit the page. (cherry picked from commit ddf5307) Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
Summary
These fixes makes page wrap properly on smaller devices. It will fix word breaks on header and make both cards wrap properly when they don't fit the page.
Previously:
Screen.Recording.2022-09-22.at.18.04.51.mov
Fixed:
Screen.Recording.2022-09-22.at.18.05.05.mov
Checklist
Delete any items that are not applicable to this PR.