Skip to content

Commit 5c68726

Browse files
committed
fix: inconsistent vertical alignment of the breadcrumbs when the Claim button is enabled
1 parent 3bc7d00 commit 5c68726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/pages/Courts/CourtDetails/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const StyledCard = styled(Card)`
3434

3535
const StyledBreadcrumb = styled(Breadcrumb)`
3636
margin-bottom: 12px;
37+
display: flex;
38+
align-items: flex-start;
3739
`;
3840

3941
const StyledBreadcrumbSkeleton = styled.div`

0 commit comments

Comments
 (0)