Skip to content

Commit 6341c6f

Browse files
authored
Merge pull request #1 from devforth/fix-table-padding
fix: remove unnecessary padding from inline table
2 parents c929eb5 + a959631 commit 6341c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/InlineList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/>
1212
</Teleport>
1313

14-
<td colspan="2" class="pb-3">
14+
<td colspan="2" class="pb-3 px-0 pt-0">
1515
<div class="flex items-center gap-1">
1616
<h4 v-if="listResource"
1717
class="px-6 py-4"

0 commit comments

Comments
 (0)