Skip to content

Commit 2620e89

Browse files
authored
Merge pull request #386 from devforth/AdminForth/895
fix: adjust margin for settings view template
2 parents f3d223a + 6406840 commit 2620e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/SettingsView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="mt-16 h-full w-full" :class="{ 'hidden': initialTabSet === false }">
2+
<div class="mt-20 h-full w-full" :class="{ 'hidden': initialTabSet === false }">
33
<div v-if="!coreStore?.config?.settingPages || coreStore?.config?.settingPages.length === 0">
44
<p>No setting pages configured or still loading...</p>
55
</div>

0 commit comments

Comments
 (0)