chore: use margin left to remove extra div

This commit is contained in:
kolaente 2021-12-30 17:08:08 +01:00 committed by Dominik Pschenitschni
parent 92ffaf984c
commit 0f32991b16
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 6 additions and 8 deletions

View File

@ -5,14 +5,12 @@
{{ $t('namespace.showArchived') }}
</fancycheckbox>
<div>
<x-button :to="{name: 'filters.create'}" class="new-namespace" icon="filter">
{{ $t('filters.create.title') }}
</x-button>
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
{{ $t('namespace.create.title') }}
</x-button>
</div>
<x-button :to="{name: 'filters.create'}" class="new-namespace ml-auto" icon="filter">
{{ $t('filters.create.title') }}
</x-button>
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
{{ $t('namespace.create.title') }}
</x-button>
</div>
<p class="has-text-centered has-text-grey mt-4 is-italic" v-if="namespaces.length === 0">