Skip to content

Commit a35d75e

Browse files
author
Brent Kimmel
committed
Bugfix: Breadrumb background
1 parent a62c62e commit a35d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/resolver/view/panels/panel_content_utilities.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface CrumbInfo {
3232
}
3333

3434
const ThemedBreadcrumbs = styled(EuiBreadcrumbs)<{ background: string; text: string }>`
35-
&.euiBreadcrumbs.euiBreadcrumbs--responsive {
35+
&.euiBreadcrumbs {
3636
background-color: ${(props) => props.background};
3737
color: ${(props) => props.text};
3838
padding: 1em;

0 commit comments

Comments
 (0)