From 9d6955b81edc8201e745470045d19d5c5d7b15e0 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 20 Mar 2019 12:03:52 -0400 Subject: [PATCH] commento.scss: set 100% width for commento-root --- frontend/sass/commento.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/sass/commento.scss b/frontend/sass/commento.scss index 8634ec5..579e84d 100644 --- a/frontend/sass/commento.scss +++ b/frontend/sass/commento.scss @@ -7,6 +7,7 @@ .commento-root { overflow-x: hidden; padding: 0px; + width: 100%; * { font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;