fix: task labels wrapper extending farther than it should

This commit is contained in:
Jordan Knott 2020-09-11 14:36:41 -05:00
parent e76ea9da63
commit b603081691

View File

@ -180,6 +180,7 @@ export const ListCardLabel = styled.span<{ variant: 'small' | 'large' }>`
export const ListCardLabels = styled.div<{ toggleLabels: boolean; toggleDirection: 'expand' | 'shrink' }>` export const ListCardLabels = styled.div<{ toggleLabels: boolean; toggleDirection: 'expand' | 'shrink' }>`
overflow: auto; overflow: auto;
position: relative; position: relative;
display: inline-flex;
&:hover { &:hover {
opacity: 0.8; opacity: 0.8;
} }