Skip to content

Commit

Permalink
Merge pull request #1 from devforth/fix-table-padding
Browse files Browse the repository at this point in the history
fix: remove unnecessary padding from inline table
  • Loading branch information
ivictbor authored Feb 26, 2025
2 parents c929eb5 + a959631 commit 6341c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/InlineList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
</Teleport>

<td colspan="2" class="pb-3">
<td colspan="2" class="pb-3 px-0 pt-0">
<div class="flex items-center gap-1">
<h4 v-if="listResource"
class="px-6 py-4"
Expand Down

0 comments on commit 6341c6f

Please sign in to comment.