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:
@ -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;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user