Skip to content

Commit 60a66ab

Browse files
authored
fix: improve breadcrumb (#815)
1 parent 3b73285 commit 60a66ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/breadcrumb/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
#{$breadcrumb} {
44
display: flex;
5+
overflow: auto;
6+
white-space: nowrap;
57

68
&__item {
79
align-items: center;
810
background-color: var(--breadcrumb-background);
911
color: var(--breadcrumb-foreground);
10-
color: inherit;
1112
cursor: pointer;
1213
display: flex;
1314
justify-content: left;

0 commit comments

Comments
 (0)