From b1c98a3eca5d2cb8f19727f99018b5be5a063b33 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 10 Sep 2025 15:53:00 -0500 Subject: [PATCH] Attempt to fix Windows line-height issue https://fizzy.37signals.com/5986089/cards/1467 --- app/assets/stylesheets/cards.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index c87ab3685..ce8257a1d 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -147,6 +147,7 @@ @supports not (field-sizing: content) { &:has(textarea) { + line-height: 1.3; text-wrap: unset; /* Safari is annoying if you have text-wrap: balance in textareas */ } }