mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Alert flyout - fix suppressed alerts alignment (#213029)
## Summary Ref: https://github.com/elastic/kibana/issues/204184 Before  After  ### Checklist - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
bac5c30e1c
commit
6b6eb43183
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const SuppressedAlerts: React.VFC<SuppressedAlertsProps> = ({
|
|||
|
||||
return (
|
||||
<EuiFlexGroup gutterSize="s" alignItems="center">
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiFlexItem>
|
||||
<InsightsSummaryRow
|
||||
text={text}
|
||||
value={alertSuppressionCount}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue