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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user