Skip to content

Commit

Permalink
auto size for textareas
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jan 1, 2025
1 parent fa86899 commit 91444ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Tales/Components/Form/Form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<div class="flex flex-col w-full">
<Label for="notes">Notatki</Label>
<textarea bind:value={$form.notes} id="notes" rows="5" class="w-full form-input"></textarea>
<textarea bind:value={$form.notes} id="notes" rows="5" class="form-input field-sizing-content w-full"></textarea>
</div>

<Button class="self-center">Zapisz</Button>
Expand Down

0 comments on commit 91444ca

Please sign in to comment.