Skip to content

Commit 8321d61

Browse files
fix(breadcrumb): align current-page item with links and separators (#7401)
1 parent b870482 commit 8321d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/web/components/Breadcrumb.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Breadcrumb: FC<BreadcrumbType> = ({
2424
))}
2525
{isCurrentPageMuted ? (
2626
<div
27-
className='active h6 text-muted lh-sm '
27+
className='active h6 text-muted mb-0'
2828
aria-current='page'
2929
style={{ opacity: 0.6 }}
3030
>

0 commit comments

Comments
 (0)