From 352c93bf885b48c15450c614e810c451c154047d Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 20 Feb 2019 10:50:47 -0500 Subject: [PATCH] commento-oauth.scss: explicitly define button width --- frontend/sass/commento-oauth.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/sass/commento-oauth.scss b/frontend/sass/commento-oauth.scss index 60751a8..e6c0d05 100644 --- a/frontend/sass/commento-oauth.scss +++ b/frontend/sass/commento-oauth.scss @@ -16,12 +16,14 @@ background: #dd4b39; text-transform: uppercase; font-size: 13px; + width: 70px; } .commento-github-button { background: #000000; text-transform: uppercase; font-size: 13px; + width: 70px; } } }