From d5197d58aba875d0dcf860b51e8dc90a12ca9628 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Thu, 29 Jun 2023 01:59:24 +0200 Subject: [PATCH] Use top alignment for titles in description list --- src/app/components/StyledDescriptionList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/StyledDescriptionList/index.tsx b/src/app/components/StyledDescriptionList/index.tsx index 60ba82af4e..33b8a884ac 100644 --- a/src/app/components/StyledDescriptionList/index.tsx +++ b/src/app/components/StyledDescriptionList/index.tsx @@ -42,7 +42,7 @@ export const StyledDescriptionList = styled(InlineDescriptionList, { })(({ theme, standalone, highlight }) => ({ 'dt, dd': { display: 'flex', - alignItems: 'center', + alignItems: 'start', boxShadow: `0px 1px 0px ${COLORS.grayLight}`, ':last-of-type': { boxShadow: 'none',