Skip to content

Commit

Permalink
Alter css to alphabetically order line-clamp properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbergquist committed Jan 16, 2025
1 parent c6fdc7e commit 8ba2356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/blocks/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
@include base.typography-typeSetting(3);
@include base.typography-lineheight(1);

-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
margin-bottom: 8px;
overflow: hidden;
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 8ba2356

Please sign in to comment.