Client: InfoPanel: Fix when long group title causes horizontal scroll

This commit is contained in:
Aleksandr Lushkin 2024-07-09 13:46:29 +02:00
parent d7369e1f00
commit 05ad46abd7
2 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,7 @@ const StyledAccountContent = styled.div`
flex-direction: column;
align-items: start;
justify-content: center;
overflow: hidden;
}
}
`;

View File

@ -296,6 +296,7 @@ const Accounts = (props) => {
fontWeight={600}
title={group.name}
onClick={() => onGroupClick(group.id)}
isTextOverflow
>
{group.name}
</Link>