Commit 7ad5d15b4dd16a18d4ea69fb230187f7b29e6290

Authored by Evandro Jr
1 parent 8e8101eb

fix for white comment count at comment-paragraph plugin

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/community_hub/public/style.css
... ... @@ -558,7 +558,7 @@ textarea#message_body {
558 558 margin-left: 80px;
559 559 }
560 560  
561   -.comment-count {
  561 +.post .comment-count {
562 562 margin-left: 80px;
563 563 padding: 5px 10px;
564 564 background-color: white;
... ...