-
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] - Bug fixes #92294
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ export const ResolverNoProcessEvents = () => ( | |
</EuiText> | ||
<EuiSpacer size="m" /> | ||
<StyledEuiCodeBlock language="html" paddingSize="s" isCopyable> | ||
{"event.category: 'process'"} | ||
{'event.category: "process"'} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There wasn't a bug filed for this yet, but when copying the text into the search bar it doesn't work unless you use double quotes. |
||
</StyledEuiCodeBlock> | ||
</StyledEuiFlexGroup> | ||
); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ interface ExpandableEventTitleProps { | |
} | ||
|
||
const StyledEuiFlexGroup = styled(EuiFlexGroup)` | ||
flex: 0; | ||
flex: 0 1 auto; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This fixes: #92004 (comment) |
||
`; | ||
|
||
const StyledFlexGroup = styled(EuiFlexGroup)` | ||
|
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.
These changes were just about removing
isInDetailsSidePanel
. It isn't necessary for these components to be aware of this