Skip to content

Commit

Permalink
fix(breadcrumb): increase breadcrumb space on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed May 20, 2024
1 parent 928a71b commit 84c82e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/rh-breadcrumb/rh-breadcrumb-lightdom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ rh-breadcrumb > ol > li {
background-repeat: no-repeat;
background-size: 10px;
display: inline-block;
margin-block-end: var(--rh-space-md, 8px);
padding-inline-end: var(--rh-breadcrumb-li-padding-inline-end, 42px);
vertical-align: bottom;
}
Expand Down

0 comments on commit 84c82e0

Please sign in to comment.