diff --git a/src/qqq/components/horseshoe/Breadcrumbs.tsx b/src/qqq/components/horseshoe/Breadcrumbs.tsx index 3eb33f9..b31bb76 100644 --- a/src/qqq/components/horseshoe/Breadcrumbs.tsx +++ b/src/qqq/components/horseshoe/Breadcrumbs.tsx @@ -116,6 +116,9 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element fontSize: "1.125rem", fontWeight: "500", color: colors.dark.main, + "& li": { + lineHeight: "unset!important" + }, "& a": { color: colors.gray.main }, @@ -127,7 +130,7 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element }} > - {icon} + {icon} {fullRoutes.map((fullRoute: string) => (