Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const Table = ( {
<TableContext.Provider
value={ contextValue as TableContextType<unknown> }
>
<div className="overflow-x-auto">
<div className="w-full overflow-x-auto divide-y divide-x-0 divide-solid divide-border-subtle">
<table
className={ cn(
'table-fixed min-w-full border-collapse border-spacing-0',
Expand Down