Removed resizer

This commit is contained in:
Cagatay Civici 2024-01-24 13:59:06 +03:00
parent 1eb66a6d91
commit 295a3f899b
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
</DocSectionText>
<div class="card flex justify-content-center">
<span class="p-float-label">
<Textarea v-model="value" rows="5" cols="30" />
<Textarea v-model="value" rows="5" cols="30" style="resize: none" />
<label>Username</label>
</span>
</div>