diff --git a/core/docz-theme-default/src/components/ui/Table.tsx b/core/docz-theme-default/src/components/ui/Table.tsx index d01efe50f..1f3674729 100644 --- a/core/docz-theme-default/src/components/ui/Table.tsx +++ b/core/docz-theme-default/src/components/ui/Table.tsx @@ -29,7 +29,7 @@ const TableStyled = styled.table` ${mq({ overflowX: ['initial', 'initial', 'initial', 'hidden'], - display: ['block', 'block', 'block', 'table'], + display: ['table', 'table', 'table', 'table'], })} & thead {