Skip to content

Commit

Permalink
Alter css to include standard line-clamp property
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbergquist committed Jan 16, 2025
1 parent 9237ae7 commit c6fdc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/blocks/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;

@include mixins.breakpoints-bpMinXSmall {
@include base.typography-typeSetting(4);
Expand Down

0 comments on commit c6fdc7e

Please sign in to comment.