mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This commit is contained in:
parent
9cf319dc31
commit
f896924f05
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export interface CrumbInfo {
|
|||
}
|
||||
|
||||
const ThemedBreadcrumbs = styled(EuiBreadcrumbs)<{ background: string; text: string }>`
|
||||
&.euiBreadcrumbs.euiBreadcrumbs--responsive {
|
||||
&.euiBreadcrumbs {
|
||||
background-color: ${(props) => props.background};
|
||||
color: ${(props) => props.text};
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue