diff --git a/src/components/ItemTableCell/ItemTableCell.stories.mdx b/src/components/ItemTableCell/ItemTableCell.stories.mdx index 3f24292..3414a8f 100644 --- a/src/components/ItemTableCell/ItemTableCell.stories.mdx +++ b/src/components/ItemTableCell/ItemTableCell.stories.mdx @@ -2,15 +2,13 @@ import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import ItemTableCell from "./ItemTableCell"; import { Paper } from '@material-ui/core'; -The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling. - - - +The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling. + ## Default