Skip to content

Commit ddf1b2e

Browse files
authored
Merge pull request #9 from devforth/Adminforth/823
fix: gap for the create and save buttons
2 parents 038d63d + 4c7301e commit ddf1b2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom/InlineList.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
returnTo: $route.fullPath,
8080
},
8181
}"
82-
class="flex items-center py-1 px-3 text-sm font-medium text-gray-900 focus:outline-none bg-white rounded border border-gray-300 hover:bg-gray-100 hover:text-lightPrimary focus:z-10 focus:ring-4 focus:ring-gray-100 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700 rounded-default"
82+
class="flex items-center py-1 px-3 text-sm font-medium text-gray-900 focus:outline-none bg-white rounded border border-gray-300 hover:bg-gray-100 hover:text-lightPrimary focus:z-10 focus:ring-4 focus:ring-gray-100 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700 rounded-default gap-1"
8383
>
84-
<IconPlusOutline class="w-4 h-4 me-2"/>
84+
<IconPlusOutline class="w-4 h-4"/>
8585
{{$t('Create')}}
8686
</RouterLink>
8787

@@ -90,7 +90,7 @@
9090
class="flex gap-1 items-center py-1 px-3 text-sm font-medium text-gray-900 focus:outline-none bg-white rounded border border-gray-300 hover:bg-gray-100 hover:text-lightPrimary focus:z-10 focus:ring-4 focus:ring-gray-100 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700 rounded-default"
9191
@click="()=>{filtersShow = !filtersShow}"
9292
>
93-
<IconFilterOutline class="w-4 h-4 me-2"/>
93+
<IconFilterOutline class="w-4 h-4"/>
9494
{{$t('Filter')}}
9595
<span
9696
class="bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded dark:bg-gray-700 dark:text-red-400 border border-red-400"

0 commit comments

Comments
 (0)