Skip to content

Commit

Permalink
replace flex h with minH, increase max number of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKeyser committed Jun 23, 2023
1 parent d8cd3d7 commit cbe9349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/privacy-center/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Card: React.FC<CardProps> = ({
data-testid="card"
flexDirection="column"
gap="12px"
h="176px"
minH="176px"
key={title}
m={2}
onClick={() => {
Expand Down Expand Up @@ -62,7 +62,7 @@ const Card: React.FC<CardProps> = ({
fontSize="xs"
fontWeight="normal"
lineHeight="16px"
noOfLines={3}
noOfLines={[3,4,5]}
>
{description}
</Text>
Expand Down

0 comments on commit cbe9349

Please sign in to comment.