Commit 7f9ecceadca077a94c6c93abd7b16441e5c09dfa

Authored by Evandro Jr
1 parent 405003c1
Exists in master

Fixed comment paragraph comment box for new Serpro's Theme

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
public/style.css
... ... @@ -203,3 +203,8 @@ div[class^='comment-paragraph-loading-'] {
203 203 .side-comment .comment_form p {
204 204 display: none;
205 205 }
  206 +
  207 +
  208 +.side-comment .post_comment_box.opened {
  209 + padding-bottom: 15px;
  210 +}
206 211 \ No newline at end of file
... ...