diff --git a/app/assets/stylesheets/common/simple_form.css.scss b/app/assets/stylesheets/common/simple_form.css.scss
index cd88f9803..17cf73d9f 100644
--- a/app/assets/stylesheets/common/simple_form.css.scss
+++ b/app/assets/stylesheets/common/simple_form.css.scss
@@ -18,6 +18,7 @@ form.simple_form {
textarea {
width: 30em;
+ font-size: 1.2em;
}
label {
diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb
index a55b3d62d..249a78bed 100644
--- a/app/views/comments/partials/show/_comment.html.erb
+++ b/app/views/comments/partials/show/_comment.html.erb
@@ -9,17 +9,17 @@
<%= format_text(comment.body) %>
-