Commit 84cdb87a7984a65c0a7e1bbd64340b7a32746714

Authored by Evandro Jr
1 parent 19f96745

Fix for breaking post buttons at comment paragraph in Portuguese

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/comment_paragraph/public/style.css
... ... @@ -89,7 +89,7 @@ div[class^='comments_list_toggle_paragraph_'] {
89 89 border-color: #ccc;
90 90 padding: 5px;
91 91 background-color: whitesmoke;
92   - width: 250px;
  92 + width: 270px;
93 93 }
94 94  
95 95 div[class^='comment-paragraph-loading-'] {
... ...