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 */ } }