Add selected number to title (#11200)

Fixes https://github.com/twentyhq/core-team-issues/issues/586

<img width="633" alt="Capture d’écran 2025-03-26 à 17 37 10"
src="https://github.com/user-attachments/assets/2215aa95-1f74-4634-b76e-2b9322230fe8"
/>
This commit is contained in:
Thomas Trompette
2025-03-26 18:03:42 +01:00
committed by GitHub
parent 1860768b52
commit b3948d2406
2 changed files with 40 additions and 3 deletions

View File

@ -54,7 +54,8 @@ const StyledTitleContainer = styled.div`
display: flex;
font-size: ${({ theme }) => theme.font.size.md};
font-weight: ${({ theme }) => theme.font.weight.medium};
margin-left: ${({ theme }) => theme.spacing(1)};
margin-left: ${({ theme }) => theme.spacing(0.5)};
margin-right: ${({ theme }) => theme.spacing(1)};
width: 100%;
overflow: hidden;
`;