Skip to content

Commit

Permalink
fix(seo): add min-width for items
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 2, 2023
1 parent d67bc8d commit e0c05dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/hb/modules/breadcrumb/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background: var(--#{$prefix}secondary-bg);
clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 1rem 50%);
margin-right: -0.875rem;
min-width: 48px;
max-width: 360px;
overflow: hidden;
padding: 0.5rem 0;
Expand Down

0 comments on commit e0c05dd

Please sign in to comment.