Fix CTA spacings
This commit is contained in:
parent
2dd12f5dae
commit
e855b1b1e5
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@
|
|||
.details {
|
||||
padding-bottom: 0.75rem;
|
||||
flex-flow: row wrap;
|
||||
margin-bottom: 0;
|
||||
|
||||
.detail-title {
|
||||
display: block;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue