Commit 58856528078c2f6cfa55b31a175d2045fc9185a1
1 parent
371dce08
Exists in
community_hub_submodule
fix for white comment count at comment-paragraph plugin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/style.css
@@ -558,7 +558,7 @@ textarea#message_body { | @@ -558,7 +558,7 @@ textarea#message_body { | ||
558 | margin-left: 80px; | 558 | margin-left: 80px; |
559 | } | 559 | } |
560 | 560 | ||
561 | -.comment-count { | 561 | +.post .comment-count { |
562 | margin-left: 80px; | 562 | margin-left: 80px; |
563 | padding: 5px 10px; | 563 | padding: 5px 10px; |
564 | background-color: white; | 564 | background-color: white; |