Skip to content

Commit a959631

Browse files
author
Petr Kachanovsky
committed
fix: remove unnecessary padding from inline table
1 parent c929eb5 commit a959631

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)