From 2f94b4b8505796224a6ee34f5f2bf50c66388ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 6 Apr 2023 01:17:29 -0400 Subject: [PATCH] update max-height --- public/scss/mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scss/mixins.scss b/public/scss/mixins.scss index 13bde0b79b..85f4236fce 100644 --- a/public/scss/mixins.scss +++ b/public/scss/mixins.scss @@ -95,7 +95,7 @@ -webkit-box-orient: vertical; -webkit-line-clamp: $lines; white-space: initial; - max-height: calc(1.5em * $lines); + max-height: calc(1.25em * $lines); } @for $i from 1 through 6 {