Skip to content

Commit

Permalink
fix(breadcrumb): remove scroll glitch and increase arrow size (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider authored May 16, 2019
1 parent 43a010e commit 81133f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/components/breadcrumb/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
font-family: $ray-font-stack-mono;
text-transform: uppercase;
font-size: 0.75rem;
line-height: 1;
white-space: nowrap;
overflow-x: auto;
display: flex;
Expand All @@ -23,6 +22,9 @@
&::after {
margin-left: 0.5rem;
content: '';
font-size: 1.25rem;
position: relative;
top: -0.25;
}
}

Expand Down

0 comments on commit 81133f7

Please sign in to comment.