-
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
[SecuritySolution] Styling for embeddable #162134
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
@@ -39,9 +39,13 @@ const LensComponentWrapper = styled.div<{ | |||
width: ${({ width }) => width ?? 'auto'}; | |||
|
|||
${({ $addHoverActionsPadding }) => | |||
$addHoverActionsPadding | |||
? `.embPanel__header--floater { top: ${HOVER_ACTIONS_PADDING * -1}px; }` |
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.
What happened to embPanel__header--floater
? I can't find it in the DOM.
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.
Guess it's changed from Lens's side.
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.
I test it locally and it looks good to me!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
To update your PR or re-run it, just comment with: cc @angorayc |
## Summary Metrics and histograms on Hosts, network, users, rules and alerts page are cropped. Before: <img width="784" alt="Screenshot 2023-07-18 at 12 40 52" src="https://github.com/elastic/kibana/assets/6295984/56ade48c-03dd-4095-a3e6-c87b2de895ad"> After: <img width="766" alt="Screenshot 2023-07-18 at 12 38 48" src="https://github.com/elastic/kibana/assets/6295984/e0c37138-e043-4075-8842-b7ace669d163">
Summary
Metrics and histograms on Hosts, network, users, rules and alerts page are cropped.
Before:
After: