increased max text area size of instructions
This commit is contained in:
parent
3c21baf876
commit
526cf13b8d
@ -318,7 +318,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label :for="'id_instruction_' + step.id">{% trans 'Instructions' %}</label>
|
<label :for="'id_instruction_' + step.id">{% trans 'Instructions' %}</label>
|
||||||
<b-form-textarea class="form-control" rows="2" max-rows="8" v-model="step.instruction"
|
<b-form-textarea class="form-control" rows="2" max-rows="20" v-model="step.instruction"
|
||||||
:id="'id_instruction_' + step.id"></b-form-textarea>
|
:id="'id_instruction_' + step.id"></b-form-textarea>
|
||||||
<small class="text-muted">{% trans 'You can use markdown to format this field. See the <a href="/docs/markdown/">docs here</a>' %}</small>
|
<small class="text-muted">{% trans 'You can use markdown to format this field. See the <a href="/docs/markdown/">docs here</a>' %}</small>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user