fix: task labels wrapper extending farther than it should
This commit is contained in:
parent
e76ea9da63
commit
b603081691
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user