commit 9c40521e7500c8e3508932532e1b0576fc1adabc
parent 75b9f90b3afae32736c5c8d43a8191e66f7ddb42
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 4 Jan 2020 16:18:54 -0600
Specify width for comment form
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/comment_form.html b/layouts/partials/comment_form.html
@@ -13,7 +13,7 @@
rows="8"
minlength="3"
placeholder="{{ i18n "hyperskip-requirement"}}"
- style="resize:vertical;min-height:3em;"></textarea>
+ style="resize:vertical;min-height:3em;width:100%;"></textarea>
<br/><br/>
<input type="submit" value="{{ i18n "hyperskip-submit"}}">
</form>