-
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
[Design Audit] Cleanup small layout issues on Case pages #118128
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.
Looks good to me! I love the before/after screenshot, it helps a lot to better understand the change 👍
Please take a look at the CI check failure, otherwise fine to me. You may have to wait for a code review from the code owner team elastic/security-threat-hunting.
x-pack/plugins/observability/public/components/app/cases/translations.ts
Show resolved
Hide resolved
@hbharding Here are the labels you need to have in your PR:
And here's an example of a recent PR with the above mentioned labels #116446 |
The related issue for this in a private repo. Apologies, i'll make it in |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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! Ship it
Pinging @elastic/security-threat-hunting-cases (Team:Threat Hunting:Cases) |
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.
Thank you @hbharding !
tested locally LGTM 🚀
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…118360) * fixed line wrapping * Prevent title from breaking word on wrap. * remove extra padding * Fixes "Cases" double header. Actions on same row. * remove leftover code / fix check * fix i18n check Co-authored-by: Henry Harding <[email protected]>
* fixed line wrapping * Prevent title from breaking word on wrap. * remove extra padding * Fixes "Cases" double header. Actions on same row. * remove leftover code / fix check * fix i18n check
Summary
This PR addresses several small layout issues from a recent design audit.
Removed double padding from Case detail page layout
We were using some wrapper components that applied unnecessary padding.
Fix double page header on Cases page in Observability
The actions now appear in the same row as the Page title, as intended.
Improve layout of items in right area of page header
The items were spaced unevenly and were wrapping lines unnecessarily
Checklist
Delete any items that are not applicable to this PR.
For maintainers