Skip to content

Commit

Permalink
Merge pull request #11280 from storybookjs/fix/addon-docs/markdown_ta…
Browse files Browse the repository at this point in the history
…bles_right_align_support

fix(addon-docs): markdown tables right align support
  • Loading branch information
ndelangen authored Jun 24, 2020
2 parents 269e1ce + f4a429a commit 89ccec5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/src/typography/DocumentFormatting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,11 @@ export const Table = styled.table<{}>(withReset, withMargin, ({ theme }) => ({
'& tr th': {
fontWeight: 'bold',
border: `1px solid ${theme.appBorderColor}`,
textAlign: 'left',
margin: 0,
padding: '6px 13px',
},
'& tr td': {
border: `1px solid ${theme.appBorderColor}`,
textAlign: 'left',
margin: 0,
padding: '6px 13px',
},
Expand Down

0 comments on commit 89ccec5

Please sign in to comment.