mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
fix(addon-docs): markdown tables right align support
This commit is contained in:
parent
f39cc687c4
commit
f4a429ae72
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user