Skip to content

Commit

Permalink
fix(docz-theme-default): table media query style (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored and pedronauck committed Apr 10, 2019
1 parent c0e6c13 commit 205ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docz-theme-default/src/components/ui/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const TableStyled = styled.table`
${mq({
overflowX: ['initial', 'initial', 'initial', 'hidden'],
display: ['block', 'block', 'block', 'table'],
display: ['table', 'table', 'table', 'table'],
})}
& thead {
Expand Down

0 comments on commit 205ce75

Please sign in to comment.