diff --git a/packages/appstore/src/components/main-title-bar/index.tsx b/packages/appstore/src/components/main-title-bar/index.tsx index cf68b5f34f0d..13450b67080e 100644 --- a/packages/appstore/src/components/main-title-bar/index.tsx +++ b/packages/appstore/src/components/main-title-bar/index.tsx @@ -66,7 +66,7 @@ const MainTitleBar = () => { ) : ( -
+
)} diff --git a/packages/appstore/src/components/main-title-bar/main-title-bar.scss b/packages/appstore/src/components/main-title-bar/main-title-bar.scss index 5152474a529c..c8c9efffc043 100644 --- a/packages/appstore/src/components/main-title-bar/main-title-bar.scss +++ b/packages/appstore/src/components/main-title-bar/main-title-bar.scss @@ -26,7 +26,7 @@ justify-content: flex-end; width: 14rem; - &__container.loader { + &__container.content-loader { width: 100%; height: 100%; padding: 0;