Fix font sizing for comments form textarea

This commit is contained in:
Nathan Chapman 2022-07-27 08:25:08 -06:00
parent fd8de82a89
commit 3a940e8789

View File

@ -3,7 +3,7 @@
{% block content %}
<article>
<h1>Update comment</h1>
<form method="POST" action="{% url 'core:comment-update' comment.pk %}">
<form method="POST" action="{% url 'core:comment-update' comment.pk %}" class="comments__form">
{% csrf_token %}
{{ form.as_p }}
<p>