We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62c62e commit a35d75eCopy full SHA for a35d75e
x-pack/plugins/security_solution/public/resolver/view/panels/panel_content_utilities.tsx
@@ -32,7 +32,7 @@ export interface CrumbInfo {
32
}
33
34
const ThemedBreadcrumbs = styled(EuiBreadcrumbs)<{ background: string; text: string }>`
35
- &.euiBreadcrumbs.euiBreadcrumbs--responsive {
+ &.euiBreadcrumbs {
36
background-color: ${(props) => props.background};
37
color: ${(props) => props.text};
38
padding: 1em;
0 commit comments