From cbbe4ecdf06e2899e8a880708b63172bec39698c Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Mon, 4 May 2026 10:21:00 -0300 Subject: [PATCH] fix(breadcrumb): align current-page item with links and separators The current-page div had `lh-sm` (line-height: small) while the link and separator items used the default h6 line-height, so the muted current page sat on a slightly different baseline than the rest of the trail. Drops `lh-sm` and replaces it with `mb-0` for consistency with the other items, so all three (link / separator / current) share the same baseline inside the flex row. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/web/components/Breadcrumb.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/Breadcrumb.tsx b/frontend/web/components/Breadcrumb.tsx index ffc230626f30..7626630dbc22 100644 --- a/frontend/web/components/Breadcrumb.tsx +++ b/frontend/web/components/Breadcrumb.tsx @@ -24,7 +24,7 @@ const Breadcrumb: FC = ({ ))} {isCurrentPageMuted ? (