We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa70a3 commit 2a3f2feCopy full SHA for 2a3f2fe
projects/plugins/protect/src/js/routes/home/home-admin-section-hero.tsx
@@ -43,7 +43,9 @@ const HomeAdminSectionHero: React.FC = () => {
43
</Button>
44
</>
45
</AdminSectionHero.Main>
46
- <AdminSectionHero.Aside>{ <HomeStatCards /> }</AdminSectionHero.Aside>
+ <AdminSectionHero.Aside>
47
+ <HomeStatCards />
48
+ </AdminSectionHero.Aside>
49
</AdminSectionHero>
50
);
51
};
projects/plugins/protect/src/js/routes/home/styles.module.scss
@@ -16,10 +16,7 @@
16
.stat-cards-wrapper {
17
display: flex;
18
justify-content: flex-start;
19
-
20
- > *:not( last-child ) {
21
- margin-right: calc( var( --spacing-base ) * 3 ); // 24px
22
- }
+ gap: calc( var( --spacing-base ) * 3 ); // 24px
23
24
.disabled {
25
opacity: 0.5;
0 commit comments