Skip to content

Commit

Permalink
Larger textarea for mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo225 committed Sep 22, 2023
1 parent 96e28a2 commit 760e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/EntryForm/TimeEntryForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
errors.description
? textareaErrorAppearance
: textareaNormalAppearance
} md:w-5/6 md:h-full`}
} w-full h-3/5 md:w-5/6 md:h-full`}
placeholder="Working the work…"
/>
</div>
Expand Down

0 comments on commit 760e856

Please sign in to comment.