From c2009ac413397b91568657744842ec572b2bbd07 Mon Sep 17 00:00:00 2001 From: Nate Stringham <44071655+nstringham@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:07:48 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=92=84=20make=20descriptions=20bi?= =?UTF-8?q?gger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored by: Style wizard --- index.html | 2 +- src/main.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 29a4aa3..0baca77 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@

Add Tasks

diff --git a/src/main.ts b/src/main.ts index 9abf90c..b042e06 100644 --- a/src/main.ts +++ b/src/main.ts @@ -86,6 +86,8 @@ function updateTasks() { class="task-description" @change="${(event: Event) => (task.description = (event.target as HTMLTextAreaElement).value)}" .value="${task.description}" + rows="5" + cols="80" > `