Browse Source

style: restrict NcTextArea resizing to vertical

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
pull/12767/head
Maksim Sukharev 1 year ago
parent
commit
073a9b0377
No known key found for this signature in database GPG Key ID: 6349D071889BD1D5
  1. 1
      src/components/NewConversationDialog/NewConversationSetupPage.vue

1
src/components/NewConversationDialog/NewConversationSetupPage.vue

@ -19,6 +19,7 @@
:placeholder="t('spreed', 'Enter a description for this conversation')"
:label="t('spreed', 'Description')"
:error="!!descriptionErrorLabel"
resize="vertical"
label-visible />
<span v-if="descriptionErrorLabel" class="new-group-conversation__error">
{{ descriptionErrorLabel }}

Loading…
Cancel
Save