* #3489 sidebar in one line * remove tooltip from sidebar label
This commit is contained in:
@ -77,7 +77,9 @@ const StyledItem = styled.div<StyledItemProps>`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledItemLabel = styled.div`
|
const StyledItemLabel = styled.div`
|
||||||
display: flex;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledSoonPill = styled.div`
|
const StyledSoonPill = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user