diff --git a/packages/ui-components/__design__/table.stories.tsx b/packages/ui-components/__design__/table.stories.tsx index 1bdd818e2a32b..c19c8bd4832ab 100644 --- a/packages/ui-components/__design__/table.stories.tsx +++ b/packages/ui-components/__design__/table.stories.tsx @@ -25,24 +25,28 @@ export const Table: StoryObj = { ))} ))} - - - - ), -}; - -export const HeadlessTable: StoryObj = { - render: () => ( -
- - - {tableData.map((row, rowIndex) => ( - - {row.map((cell, cellIndex) => ( - - ))} - - ))} + + +
{cell}
+ + + + + + + + + + + + + + + + + +
Sub 1Sub 2
Sub ASub B
Sub CSub D
+
diff --git a/packages/ui-components/styles/markdown.css b/packages/ui-components/styles/markdown.css index 862cd6450f05e..efdfa4c9a328b 100644 --- a/packages/ui-components/styles/markdown.css +++ b/packages/ui-components/styles/markdown.css @@ -157,7 +157,7 @@ main { @apply font-semibold; } - tr:last-child td { + tr:last-child > td { @apply sm:border-b-0; &:last-child {