Attempt to fix Windows line-height issue

https://fizzy.37signals.com/5986089/cards/1467
This commit is contained in:
Jason Zimdars
2025-09-10 15:53:00 -05:00
parent 4b8d777e16
commit b1c98a3eca
+1
View File
@@ -147,6 +147,7 @@
@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 */
}
}