Adjust to there is no editing jog

This commit is contained in:
Jason Zimdars
2025-09-10 15:57:40 -05:00
parent b1c98a3eca
commit a532d2d89b
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -80,6 +80,7 @@
}
.card__title {
line-height: 1.2;
pointer-events: none;
}
+1 -2
View File
@@ -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 */
}
}