From b6030816911015826449b9f613de240a441c4e94 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Fri, 11 Sep 2020 14:36:41 -0500 Subject: [PATCH] fix: task labels wrapper extending farther than it should --- frontend/src/shared/components/Card/Styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/shared/components/Card/Styles.ts b/frontend/src/shared/components/Card/Styles.ts index 28c1843..38fc22c 100644 --- a/frontend/src/shared/components/Card/Styles.ts +++ b/frontend/src/shared/components/Card/Styles.ts @@ -180,6 +180,7 @@ export const ListCardLabel = styled.span<{ variant: 'small' | 'large' }>` export const ListCardLabels = styled.div<{ toggleLabels: boolean; toggleDirection: 'expand' | 'shrink' }>` overflow: auto; position: relative; + display: inline-flex; &:hover { opacity: 0.8; }