Skip to content

Commit 4928863

Browse files
committed
fix: align actions in callActionWrapper to the center
1 parent 520827a commit 4928863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/CallActionWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div @click="onClick" class="flex items-center justify-center">
2+
<div @click="onClick" class="flex items-center cursor-pointer">
33
<slot />
44
</div>
55
</template>

0 commit comments

Comments
 (0)