Skip to content

Commit

Permalink
Merge pull request #110 from samvera-labs/3561-canvas-label
Browse files Browse the repository at this point in the history
Apply WebKit canvas label line clamping.
  • Loading branch information
mathewjordan authored Mar 9, 2023
2 parents e76c9be + 33cb05c commit 70349a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Media/Thumbnail.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const Item = styled(RadioGroup.Item, {
display: "-webkit-box",
overflow: "hidden",
MozBoxOrient: "vertical",
WebkitBoxOrient: "vertical",
WebkitLineClamp: "5",

"@sm": {
Expand Down

0 comments on commit 70349a3

Please sign in to comment.