Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <div class="p-4 md:flex"> | 2 | <div class="p-4 md:flex"> |
| 3 | <div | 3 | <div |
| 4 | class="md:w-7/10 w-full !mr-4 enter-y" | 4 | class="md:w-7/10 w-full !mr-4 enter-y" |
| 5 | - :class="role !== RoleEnum.SYS_ADMIN && '!md:w-full'" | 5 | + :class="role !== RoleEnum.SYS_ADMIN && '!md:w-full !mr-0'" |
| 6 | > | 6 | > |
| 7 | <GrowCard :loading="loading" class="enter-y" :role="role" /> | 7 | <GrowCard :loading="loading" class="enter-y" :role="role" /> |
| 8 | <SiteAnalysisMessage class="!my-4 enter-y" :loading="loading" :role="role" /> | 8 | <SiteAnalysisMessage class="!my-4 enter-y" :loading="loading" :role="role" /> |