Skip to content

Commit

Permalink
[5.x] Fix tiny top left border radius on collection widget (#10266)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <[email protected]>
  • Loading branch information
duncanmcclean and jasonvarga authored Jun 5, 2024
1 parent bec6cd2 commit 72dd697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/data-list/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'cursor-not-allowed': !sortable,
'rtl:text-left ltr:text-right rtl:pl-8 ltr:pr-8': column.numeric,
}"
class="group"
class="group rounded-none"
@click.prevent="changeSortColumn(column.field)"
>
<span v-text="__(column.label)" />
Expand Down

0 comments on commit 72dd697

Please sign in to comment.