Skip to content

Commit

Permalink
fix(docz-theme-default): table margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 1, 2018
1 parent 5b24400 commit 36e322f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docz-theme-default/src/components/ui/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Wrapper = styled('div')`
${p =>
p.theme.docz.mq({
marginBottom: [20, 40],
maxWidth: ['calc(100vw - 40px)', 'calc(100vw - 80px)', '100%'],
})};
`
Expand Down

0 comments on commit 36e322f

Please sign in to comment.