From aba4b4b1011f5dc6ed5d01f41f14aba5183f3159 Mon Sep 17 00:00:00 2001
From: chrisgarrity <chrisg@media.mit.edu>
Date: Mon, 16 Jul 2018 08:57:04 -0400
Subject: [PATCH] Widen add-extension button to match category.

Goes along with https://github.com/LLK/scratch-blocks/pull/1646
---
 src/components/gui/gui.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/gui/gui.css b/src/components/gui/gui.css
index b53f17b55..e40b02573 100644
--- a/src/components/gui/gui.css
+++ b/src/components/gui/gui.css
@@ -201,7 +201,7 @@
 }
 
 .extension-button-container {
-    width: 3.25rem;
+    width: 3.75rem;
     height: 3.25rem;
     position: absolute;
     bottom: 0;
-- 
GitLab