Skip to content

Commit 32e16c8

Browse files
chore(Table): add TODO comment regarding fixed layout
1 parent 4162eed commit 32e16c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Table/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ import {
1111
} from "@chakra-ui/react"
1212
import { MDXProviderComponentsProp } from "@mdx-js/react"
1313

14+
/*
15+
* TODO: Currently, there are cell spacing issues with some table content.
16+
* Prefer `layout="fixed"` in the future when content has been addressed
17+
* to provide equal cell widths.
18+
*/
19+
1420
interface TableProps extends ThemingProps<"Table"> {
1521
children: React.ReactNode
1622
}

0 commit comments

Comments
 (0)