Fix CTA spacings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-08-02 07:48:00 +02:00
parent 2dd12f5dae
commit e855b1b1e5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@
.details {
padding-bottom: 0.75rem;
flex-flow: row wrap;
margin-bottom: 0;
.detail-title {
display: block;

View File

@ -9,7 +9,7 @@
class="is-max-width-desktop"
/>
<template v-if="!hasTasks">
<p>{{ $t('home.list.newText') }}</p>
<p class="mt-4">{{ $t('home.list.newText') }}</p>
<x-button
:to="{ name: 'list.create', params: { id: defaultNamespaceId } }"
:shadow="false"