From 30cc7cf2d628de609213c28e284e06949dda9ceb Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Thu, 30 Oct 2014 16:42:36 -0300 Subject: [PATCH] Fix for breaking post buttons at comment paragraph in Portuguese --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index a7778cd..57f8cd7 100644 --- a/public/style.css +++ b/public/style.css @@ -89,7 +89,7 @@ div[class^='comments_list_toggle_paragraph_'] { border-color: #ccc; padding: 5px; background-color: whitesmoke; - width: 250px; + width: 270px; } div[class^='comment-paragraph-loading-'] { -- libgit2 0.21.2