Skip to content

Commit

Permalink
fix: improve breadcrumb (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung authored Oct 20, 2022
1 parent 3b73285 commit 60a66ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/breadcrumb/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

#{$breadcrumb} {
display: flex;
overflow: auto;
white-space: nowrap;

&__item {
align-items: center;
background-color: var(--breadcrumb-background);
color: var(--breadcrumb-foreground);
color: inherit;
cursor: pointer;
display: flex;
justify-content: left;
Expand Down

0 comments on commit 60a66ab

Please sign in to comment.