From 3ff938f1746468f2e29df3ecffa90d439c3c7606 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 11 Apr 2025 13:20:24 -0500 Subject: [PATCH] Show more of the summary before truncating --- app/assets/stylesheets/events.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index 9a04d5ee2..0b19fe853 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -118,6 +118,8 @@ } .event__title { + --lines: 4; + font-size: 1.1em; line-height: 1.2; }