diff --git a/app/assets/stylesheets/comment-content.css b/app/assets/stylesheets/markdown-content.css similarity index 98% rename from app/assets/stylesheets/comment-content.css rename to app/assets/stylesheets/markdown-content.css index 9944ed45f..9d094aade 100644 --- a/app/assets/stylesheets/comment-content.css +++ b/app/assets/stylesheets/markdown-content.css @@ -1,5 +1,5 @@ @layer components { - .comments { + .markdown-content { :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) { font-weight: 800; hyphens: auto; diff --git a/app/views/cards/comments/_comment.html.erb b/app/views/cards/comments/_comment.html.erb index 427fae8ad..0594d6cd5 100644 --- a/app/views/cards/comments/_comment.html.erb +++ b/app/views/cards/comments/_comment.html.erb @@ -21,7 +21,7 @@ <% end %> -
<%= link_to card.title, edit_collection_card_path(card.collection, card), class: "card__title-link" %>
-