Skip to content

Commit

Permalink
Fix small rectangle appearing on breadcrumb in chromium browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf-Melmac committed Mar 9, 2024
1 parent e2f3f21 commit 728dde8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/Breadcrumb.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.breadcrumb {
overflow: scroll;
}

.chevron {
font-size: var(--mantine-font-size-sm);
}
2 changes: 1 addition & 1 deletion src/components/Breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function Breadcrumb(props: Readonly<BreadcrumbProps>): JSX.Element {
});

return (
<Breadcrumbs className={classes.breadcrumb}>
<Breadcrumbs mb={6}>
{breadcrumbItems}
</Breadcrumbs>
);
Expand Down

0 comments on commit 728dde8

Please sign in to comment.