Skip to content

Commit

Permalink
Alter property sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbergquist committed Jan 16, 2025
1 parent 8ba2356 commit c612caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
@include base.typography-lineheight(1);

-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
display: -webkit-box;
line-clamp: 3;
margin-bottom: 8px;
overflow: hidden;
Expand Down

0 comments on commit c612caf

Please sign in to comment.