Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): 🐛 set default size
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday committed Sep 30, 2024
1 parent 19cff96 commit 6f9df7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const toggleCollapsed = () => {
:class="[
'rpl-breadcrumbs__items',
{ 'rpl-type-p-small': initialCollapseInnerLinks },
{ 'rpl-type-p': !initialCollapseInnerLinks },
{ 'rpl-breadcrumbs__items--collapsed': collapseInnerLinks }
]"
>
Expand Down

0 comments on commit 6f9df7b

Please sign in to comment.