Commit 30cc7cf2d628de609213c28e284e06949dda9ceb

Authored by Evandro Jr
1 parent c0f483e6
Exists in master

Fix for breaking post buttons at comment paragraph in Portuguese

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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-'] {
... ...