Skip to content

Commit 2a0e429

Browse files
committed
fix: remove default padding from the afcl modal for the better customization ability
https://web.tracklify.com/project/2b7ZVgE5/AdminForth/1301/S4ti2sHs/remove-default-padding-from-th
1 parent 6e0b43d commit 2a0e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="relative bg-lightDialogBackgorund rounded-lg shadow-sm dark:bg-darkDialogBackgorund">
1212

1313
<!-- Modal body -->
14-
<div class="p-4 md:p-5 space-y-4 text-lightDialogBodyText dark:text-darkDialogBodyText">
14+
<div class="space-y-4 text-lightDialogBodyText dark:text-darkDialogBodyText">
1515
<slot ></slot>
1616
</div>
1717

0 commit comments

Comments
 (0)