mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
chore: improve group projects tooltip behavior (#9054)
https://linear.app/unleash/issue/2-3111/improve-group-card-projects-tooltip Slight improvement to the group card projects tooltip. This handles very long project names a little bit better by allowing them to break into new lines. ![image](https://github.com/user-attachments/assets/8f30e729-7877-463b-8e1e-d05934396827)
This commit is contained in:
parent
7eced2962f
commit
3c16616c36
@ -116,10 +116,12 @@ const StyledProjectsTooltip = styled(Box)(({ theme }) => ({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: theme.spacing(1),
|
||||
maxWidth: theme.spacing(25),
|
||||
}));
|
||||
|
||||
const StyledProjectBadge = styled(Badge)({
|
||||
cursor: 'pointer',
|
||||
overflowWrap: 'anywhere',
|
||||
});
|
||||
|
||||
interface IGroupCardProps {
|
||||
|
Loading…
Reference in New Issue
Block a user