From 48a3333caa58ed4a031ecd35a79ce34fb87a4feb Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 25 Aug 2022 00:46:59 -0400 Subject: [PATCH] Fixes status bar spinner clipping --- src/webviews/apps/plus/graph/graph.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index a2a1ae3..26d4c42 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -55,6 +55,7 @@ a { top: 1px; left: 0.5rem; font-size: 1.2rem; + margin-right: 1rem; // adds "padding" to stop the overflow from clipping the spin } a {