Skip to content

Commit d27438d

Browse files
fix(breadcrumb): reduce height of overflow menu trigger (#8270)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4c1b7b0 commit d27438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/breadcrumb/_breadcrumb.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
.#{$prefix}--breadcrumb-item .#{$prefix}--overflow-menu {
7979
position: relative;
8080
width: rem(20px);
81-
height: rem(20px);
81+
height: rem(18px);
8282

8383
&:focus {
8484
outline: 1px solid $focus;

0 commit comments

Comments
 (0)