ultra small but fixed padding issue on textbox

This commit is contained in:
June 2025-08-15 14:48:12 +12:00
parent c420a63a2c
commit 2604d438f7
Signed by: breadone
GPG Key ID: FDC19FE143200483

View File

@ -79,7 +79,7 @@ async function submitRecipe() {
<!-- <p class="text-bold text-[10pt]">Step</p> --> <!-- <p class="text-bold text-[10pt]">Step</p> -->
<textarea <textarea
id="new-instruction" id="new-instruction"
class="bg-white/10 w-full h-full rounded-lg resize-none px-3 py-1" class="block bg-white/10 w-full h-full rounded-lg resize-none px-3 py-1"
placeholder="New Step" placeholder="New Step"
oninput="this.style.height = ''; this.style.height = this.scrollHeight + 'px'" oninput="this.style.height = ''; this.style.height = this.scrollHeight + 'px'"
/> />