From 1b9e393c30ae74c7bde91dacbab8d6cb6448b996 Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Wed, 31 May 2023 15:50:52 +1000 Subject: [PATCH] Increase width of supported storage to remove scrollbar --- webview/src/setup/components/remotes/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview/src/setup/components/remotes/styles.module.scss b/webview/src/setup/components/remotes/styles.module.scss index b558fbe426..d572c4839a 100644 --- a/webview/src/setup/components/remotes/styles.module.scss +++ b/webview/src/setup/components/remotes/styles.module.scss @@ -38,7 +38,7 @@ margin-top: 20px; vscode-panels { - width: 500px; + width: 510px; margin: 0 auto; } }