From 47f27e340932de7c3f974397cc4552f68ef4e76d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 6 Mar 2020 21:58:38 -0800 Subject: [PATCH] Text clamp integration cards (#12302) --- sass/custom/_component_page.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/custom/_component_page.scss b/sass/custom/_component_page.scss index d5b68a6c7173..c52b3dc61071 100644 --- a/sass/custom/_component_page.scss +++ b/sass/custom/_component_page.scss @@ -129,6 +129,11 @@ } .title { + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + text-decoration: none; font-size: 18px; color: #000;