We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf607d7 commit be79fffCopy full SHA for be79fff
app/pages/customers.vue
@@ -297,7 +297,8 @@ const pagination = ref({
297
thead: '[&>tr]:bg-elevated/50 [&>tr]:after:content-none',
298
tbody: '[&>tr]:last:[&>td]:border-b-0',
299
th: 'py-2 first:rounded-l-lg last:rounded-r-lg border-y border-default first:border-l last:border-r',
300
- td: 'border-b border-default'
+ td: 'border-b border-default',
301
+ separator: 'h-0',
302
}"
303
/>
304
0 commit comments