diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 0bd9ad14f..490f2af8d 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -80,6 +80,7 @@ } .card__title { + line-height: 1.2; pointer-events: none; } diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index ce8257a1d..1f2c4b84b 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -142,12 +142,11 @@ color: inherit; font-size: var(--text-xx-large); font-weight: 900; - line-height: 1.2; + line-height: 1.3; text-wrap: balance; @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 */ } }