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' }>`
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user