From ff96563742706b5914757832c00918c04584a1ac Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 4 Jan 2024 16:04:50 +0530 Subject: [PATCH] fix: align timeline icon for schedule failures (#5761) Aligns the icon to the end of the end of the box to make it match the text. Also removes a redundant br element. --- .../ChangeRequestTimeline/ChangeRequestTimeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/changeRequest/ChangeRequestOverview/ChangeRequestTimeline/ChangeRequestTimeline.tsx b/frontend/src/component/changeRequest/ChangeRequestOverview/ChangeRequestTimeline/ChangeRequestTimeline.tsx index 31b033f065..544f6d04aa 100644 --- a/frontend/src/component/changeRequest/ChangeRequestOverview/ChangeRequestTimeline/ChangeRequestTimeline.tsx +++ b/frontend/src/component/changeRequest/ChangeRequestOverview/ChangeRequestTimeline/ChangeRequestTimeline.tsx @@ -32,6 +32,7 @@ const StyledBox = styled(Box)(({ theme }) => ({ const StyledSubtitle = styled(Box)(({ theme }) => ({ display: 'flex', flexDirection: 'row', + alignItems: 'flex-end', })); const StyledTimeline = styled(Timeline)(() => ({ @@ -168,7 +169,6 @@ const createTimelineItem = ( {title} -