fix: more spacing for last viewed tasks headline
This commit is contained in:
parent
96ef25ba01
commit
416380025e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
{{ $t('home.list.import') }}
|
||||
</x-button>
|
||||
</template>
|
||||
<div v-if="listHistory.length > 0" class="is-max-width-desktop has-text-left">
|
||||
<div v-if="listHistory.length > 0" class="is-max-width-desktop has-text-left mt-4">
|
||||
<h3>{{ $t('home.lastViewed') }}</h3>
|
||||
<div class="is-flex list-cards-wrapper-2-rows">
|
||||
<list-card
|
||||
|
|
Loading…
Reference in a new issue