From 8ba23563dd5aa5475f4d06685eea5dfee5ab27d3 Mon Sep 17 00:00:00 2001 From: Nick Bergquist Date: Tue, 14 Jan 2025 12:53:38 +0000 Subject: [PATCH] Alter css to alphabetically order line-clamp properties --- src/components/blocks/card/_card.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/blocks/card/_card.scss b/src/components/blocks/card/_card.scss index f08ccbfa..b09bf75a 100644 --- a/src/components/blocks/card/_card.scss +++ b/src/components/blocks/card/_card.scss @@ -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);