From 9855ae5b162c557403b55eac3fdccc2e6a8c2452 Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Fri, 25 Oct 2024 15:50:41 -0600 Subject: [PATCH] Remove min-height on event summary This was for when we were bundling the boosts client-side and event summaries could be empty --- app/assets/stylesheets/comments.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/comments.css b/app/assets/stylesheets/comments.css index c5c04191a..b23f6c15a 100644 --- a/app/assets/stylesheets/comments.css +++ b/app/assets/stylesheets/comments.css @@ -75,7 +75,6 @@ .event-summary { font-weight: 600; - min-height: 2.33em; margin-block: calc(var(--comment-padding-block) * -1); padding: calc(var(--comment-padding-block) * 0.5) var(--comment-padding-inline); gap: 0.5ch;