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
No known key found for this signature in database
GPG Key ID: 6349D071889BD1D5
1 changed files with
1 additions and
0 deletions
-
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 }} |
|
|
|