Skip to content

Commit 15204c1

Browse files
committed
Updates DataTable vertical padding.
1 parent 6806dce commit 15204c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/js/Components/DataTable/AppDataTableData.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<td
3-
class="whitespace-nowrap border border-skin-neutral-6 px-2 py-1 font-medium"
3+
class="whitespace-nowrap border border-skin-neutral-6 px-2 py-1.5 font-medium"
44
>
55
<slot></slot>
66
</td>

0 commit comments

Comments
 (0)