-
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
[Security Solution] UI is broken for status under alert details flyout #115709
Labels
bug
Fixes for quality problems that affect the customer experience
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Investigations
Security Solution Investigations Team
v7.16.0
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
andrew-goldstein
added a commit
to andrew-goldstein/kibana
that referenced
this issue
Oct 26, 2021
… the Alert Details flyout This PR fixes <elastic#115709> to prevent the `Status` badge from stretching in the Alert Details flyout. ### Screenshots **Before:**  After Chrome `95.0.4638.54`:  After Firefox `93.0`:  After Safari `15.0`:  ### Details The fix overrides the default value of `EuiFlexGroup`'s `alignItems` prop, which has a default value of `stretch`, per the image below: 
andrew-goldstein
added a commit
that referenced
this issue
Oct 26, 2021
…e Alert Details flyout (#116237) ## [Security Solution] Prevents the `Status` badge from stretching in the Alert Details flyout This PR fixes <#115709> to prevent the `Status` badge from stretching in the Alert Details flyout. ### Screenshots **Before:**  After Chrome `95.0.4638.54`:  After Firefox `93.0`:  After Safari `15.0`:  ### Details The fix overrides the default value of `EuiFlexGroup`'s `alignItems` prop, which has a default value of `stretch`, per the image below: 
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Oct 26, 2021
…e Alert Details flyout (elastic#116237) ## [Security Solution] Prevents the `Status` badge from stretching in the Alert Details flyout This PR fixes <elastic#115709> to prevent the `Status` badge from stretching in the Alert Details flyout. ### Screenshots **Before:**  After Chrome `95.0.4638.54`:  After Firefox `93.0`:  After Safari `15.0`:  ### Details The fix overrides the default value of `EuiFlexGroup`'s `alignItems` prop, which has a default value of `stretch`, per the image below: 
kibanamachine
added a commit
that referenced
this issue
Oct 26, 2021
…e Alert Details flyout (#116237) (#116320) ## [Security Solution] Prevents the `Status` badge from stretching in the Alert Details flyout This PR fixes <#115709> to prevent the `Status` badge from stretching in the Alert Details flyout. ### Screenshots **Before:**  After Chrome `95.0.4638.54`:  After Firefox `93.0`:  After Safari `15.0`:  ### Details The fix overrides the default value of `EuiFlexGroup`'s `alignItems` prop, which has a default value of `stretch`, per the image below:  Co-authored-by: Andrew Goldstein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Investigations
Security Solution Investigations Team
v7.16.0
Describe the bug
UI is broken for status under alert details flyout.
Build Details:
Browser Details:
N/A
Preconditions
Steps to Reproduce
Actual Result
UI is broken for status under alert details flyout
Expected Result
UI should not be broken for status under alert details flyout
What's Working
What's Not Working
Screen-Shot

The text was updated successfully, but these errors were encountered: