Skip to content

Commit

Permalink
Merge branch 'malj/2037' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Jan 30, 2024
2 parents 4756228 + 913c5af commit 72de5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/components/src/Card/PortraitCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export const StyledPortraitCard = styled.div`
background-color: var(--card-background, transparent);
gap: var(--card-gap, var(--space-large));
padding: var(--card-padding, 0 0 var(--space-xLarge) 0);
overflow: hidden;
overflow-wrap: break-word;
&:hover {
cursor: inherit;
Expand Down

0 comments on commit 72de5d1

Please sign in to comment.