Skip to content

Commit

Permalink
fix: Adjust the line height and expand the maximum height of the plac…
Browse files Browse the repository at this point in the history
…eholder subtitle text.
  • Loading branch information
abdullah5361k committed Oct 16, 2024
1 parent 1e6346f commit 21de4f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const StyledEmptySubTitle = styled.div`
color: ${({ theme }) => theme.font.color.tertiary};
font-size: ${({ theme }) => theme.font.size.sm};
font-weight: ${({ theme }) => theme.font.weight.regular};
line-height: ${({ theme }) => theme.text.lineHeight.md};
max-height: 2.4em;
line-height: ${({ theme }) => theme.text.lineHeight.lg};
max-height: 2.8em;
overflow: hidden;
width: 50%;
`;
Expand Down

0 comments on commit 21de4f0

Please sign in to comment.