From d293db5136ff0efe41987a6be41a9da07781f8fe Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 22 Nov 2023 11:43:52 -0600 Subject: [PATCH] Fixes to lineHeight (looks better when wraped (e.g., mobile)) --- src/qqq/components/horseshoe/Breadcrumbs.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) => (