diff --git a/app/assets/stylesheets/publify.css.scss b/app/assets/stylesheets/publify.css.scss index 2b128f5c..34bd8cfc 100644 --- a/app/assets/stylesheets/publify.css.scss +++ b/app/assets/stylesheets/publify.css.scss @@ -32,3 +32,7 @@ .tag-sidebar-tag-cloud { overflow: hidden; } + +.hidden { + display: none; +} diff --git a/app/views/articles/_comment_form.html.erb b/app/views/articles/_comment_form.html.erb index 7c1edf6a..ba8c7365 100644 --- a/app/views/articles/_comment_form.html.erb +++ b/app/views/articles/_comment_form.html.erb @@ -1,7 +1,7 @@ <%= form_tag @article.comment_url, id: 'comment_form', remote: true do %>