Merge pull request #1774 from basecamp/card-title-line-height-tweaks
Shrink space between title and content
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user