Remove min-height on event summary

This was for when we were bundling the boosts client-side and event summaries could be empty
This commit is contained in:
Jose Farias
2024-10-25 15:50:41 -06:00
parent e85f688e35
commit 9855ae5b16
-1
View File
@@ -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;