Larger textarea for posts
This commit is contained in:
parent
bb054c8486
commit
6f36006e2a
@ -68,7 +68,7 @@
|
|||||||
{% trans %}Comment{% endtrans %}
|
{% trans %}Comment{% endtrans %}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<textarea name="body" id="body" rows="5" cols="48"></textarea>
|
<textarea name="body" id="body" rows="5" cols="35"></textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% if config.recaptcha %}
|
{% if config.recaptcha %}
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
{% trans %}Comment{% endtrans %}
|
{% trans %}Comment{% endtrans %}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<textarea name="body" id="body" rows="5" cols="48"></textarea>
|
<textarea name="body" id="body" rows="5" cols="35"></textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% if config.recaptcha %}
|
{% if config.recaptcha %}
|
||||||
|
Loading…
Reference in New Issue
Block a user