mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
style: deleted max-rows 6 from all forms textareas
This commit is contained in:
parent
3f821d24bb
commit
52524120ba
@ -7,7 +7,6 @@
|
|||||||
v-model="form.text"
|
v-model="form.text"
|
||||||
:placeholder="$t('contributionLink.memo')"
|
:placeholder="$t('contributionLink.memo')"
|
||||||
rows="3"
|
rows="3"
|
||||||
max-rows="6"
|
|
||||||
></b-form-textarea>
|
></b-form-textarea>
|
||||||
<b-row class="mt-4 mb-6">
|
<b-row class="mt-4 mb-6">
|
||||||
<b-col>
|
<b-col>
|
||||||
|
|||||||
@ -42,7 +42,6 @@
|
|||||||
id="contribution-memo"
|
id="contribution-memo"
|
||||||
v-model="form.memo"
|
v-model="form.memo"
|
||||||
rows="3"
|
rows="3"
|
||||||
max-rows="6"
|
|
||||||
:placeholder="$t('contribution.yourActivity')"
|
:placeholder="$t('contribution.yourActivity')"
|
||||||
required
|
required
|
||||||
></b-form-textarea>
|
></b-form-textarea>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user