From 51ef76ff4bf492273a2a5221d7ee202004a8dee9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 22 Apr 2025 12:04:53 -0500 Subject: [PATCH] This was on the wrong element Caused some pinned cards to be an irregular height --- app/assets/stylesheets/pins.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/pins.css b/app/assets/stylesheets/pins.css index c191dea7b..1423b6285 100644 --- a/app/assets/stylesheets/pins.css +++ b/app/assets/stylesheets/pins.css @@ -47,15 +47,13 @@ } .card__title { + --lines: 1; + font-size: var(--text-small); font-weight: bold; min-block-size: 0; } - .card__title-link { - --lines: 1; - } - .card__stages { padding: 0; }