diff --git a/app/assets/stylesheets/specific/related_tags.css.scss b/app/assets/stylesheets/specific/related_tags.css.scss index bb312d109..9d2f95317 100644 --- a/app/assets/stylesheets/specific/related_tags.css.scss +++ b/app/assets/stylesheets/specific/related_tags.css.scss @@ -5,6 +5,10 @@ div#related-tags { width: 100%; margin-bottom: 1em; + div.artist { + margin-bottom: 1em; + } + div.tag-column { max-width: 15em; margin-right: 2em; diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 30904d25a..ef72ed4e2 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -48,13 +48,24 @@