Merge pull request #1774 from basecamp/card-title-line-height-tweaks

Shrink space between title and content
This commit is contained in:
Andy Smith
2025-12-01 14:14:02 -06:00
committed by GitHub
+2 -2
View File
@@ -151,7 +151,7 @@
font-size: var(--text-xx-large);
font-weight: 900;
line-height: 1.15;
margin-block-end: 1ch;
margin-block-end: 0.5ch;
text-wrap: balance;
/* With tight line spacing, Windows will cover over adjacent lines of text
@@ -171,7 +171,7 @@
.card-field__title {
overflow: hidden; /* prevent scrolling on windows */
padding-block-end: 1ch;
padding-block-end: 0.5ch;
&:is(textarea)::placeholder {
color: inherit;