From 18d070a85e4ca2e5e8f18cfbd4faa199f3638160 Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Tue, 28 Feb 2023 14:49:55 -0500 Subject: [PATCH] Remove hortizontal scrollbar from empty section --- webview/src/shared/components/emptyState/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview/src/shared/components/emptyState/styles.module.scss b/webview/src/shared/components/emptyState/styles.module.scss index 751e59cd36..0613e16a2b 100644 --- a/webview/src/shared/components/emptyState/styles.module.scss +++ b/webview/src/shared/components/emptyState/styles.module.scss @@ -6,7 +6,7 @@ } .emptySection { - width: 100vw; + width: 100%; height: 33vh; }