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; }