Change ds-container to ds-space to remove padding

This commit is contained in:
elweyn 2023-03-15 10:44:15 +01:00
parent e2c82116ae
commit 2eed0986a5

View File

@ -4,7 +4,7 @@
<tab-navigation :tabs="tabOptions" :activeTab="tabActive" @switch-tab="handleTab" />
</ds-space>
<ds-space margin="large" />
<ds-container>
<ds-space>
<!-- create group -->
<ds-space centered>
<nuxt-link :to="{ name: 'group-create' }">
@ -49,7 +49,7 @@
@next="nextResults"
/>
</ds-space>
</ds-container>
</ds-space>
</div>
</template>