Avoid scrolling in card title input, cut-off descenders

Added a note because this keeps getting changed. A value of 1.1 looks
best but has problems with our automatic field sizing and in geneneral
with Windows. Windows since forever, has simply cropped descenders when
the line-height is lower than it prefers. It's dumb but real.
This commit is contained in:
Jason Zimdars
2025-09-30 16:33:49 -05:00
parent eaa2fc4492
commit 3a81c05eae
+3 -1
View File
@@ -148,7 +148,9 @@
color: var(--color-ink);
font-size: var(--text-xx-large);
font-weight: 900;
line-height: 1.1;
line-height: 1.3;
/* We need a minimum line-height of 1.3 to avoid scrolling
in the card title input and cut-off descenders on Windows */
text-wrap: balance;
@supports not (field-sizing: content) {