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

@ -3,7 +3,7 @@
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
</DocSectionText>
<div class="card flex justify-content-center">
<Textarea v-model="value" rows="5" cols="30" disabled />
<Textarea v-model="value" rows="5" cols="30" disabled style="resize: none" />
</div>
<DocSectionCode :code="code" />
</template>