Skip to content

Commit cdeb3fa

Browse files
authored
fix(Breadcrumbs): fix current item box-sizing (#2370)
1 parent a959bbc commit cdeb3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Breadcrumbs/Breadcrumbs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $block: '.#{variables.$ns}breadcrumbs';
2323
color: var(--g-color-text-primary);
2424

2525
&_current {
26+
box-sizing: content-box;
2627
font-weight: var(--g-text-accent-font-weight);
2728
overflow: hidden;
2829
margin: -2px;

0 commit comments

Comments
 (0)