Skip to content

Commit e0c05dd

Browse files
committed
fix(seo): add min-width for items
1 parent d67bc8d commit e0c05dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/hb/modules/breadcrumb/scss/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
background: var(--#{$prefix}secondary-bg);
1212
clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 1rem 50%);
1313
margin-right: -0.875rem;
14+
min-width: 48px;
1415
max-width: 360px;
1516
overflow: hidden;
1617
padding: 0.5rem 0;

0 commit comments

Comments
 (0)