small nits autosize and lighweight arg textarea

This commit is contained in:
Ruben Fiszel
2025-01-15 19:28:12 +01:00
parent 1c14c3ac0e
commit 87304cb4b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const action = (node) => {
} else {
node.value = '|'
node.style.height = '0px'
height = node.scrollHeight
height = node.scrollHeight + 20
node.value = ''
}
}
@@ -524,7 +524,7 @@
}}
use:autosize
style="min-height: 5px;"
class="col-span-10 {valid && error == ''
class="col-span-10 !leading-tight !text-2xs {valid && error == ''
? ''
: 'border !border-red-700 !border-opacity-70 focus:!border-red-700 focus:!border-opacity-30'}"
placeholder={defaultValue ? JSON.stringify(defaultValue, null, 4) : ''}