Skip to content

Commit 6a78eeb

Browse files
author
Michail Yasonik
committed
remove seperator from header breadcrumbs
1 parent d05885f commit 6a78eeb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
// Breadcrumb navigation included in the header.
2-
31
.euiHeaderBreadcrumbs {
42
margin-left: $euiSizeM;
53
margin-right: $euiSizeM;
64
display: flex;
75
align-items: center;
86
flex-grow: 1;
7+
8+
.euiBreadcrumb {
9+
&::after {
10+
display: none;
11+
}
12+
}
913
}

0 commit comments

Comments
 (0)