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',