Skip to content

Commit

Permalink
fix: props table css class (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
guustnieuwenhuis authored and pedronauck committed Jul 5, 2018
1 parent 765d2be commit 065473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/PropsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const BasePropsTable: SFC<PropsTable> = ({ of: component, components }) => {
<Th className="PropsTable--property">Property</Th>
<Th className="PropsTable--type">Type</Th>
<Th className="PropsTable--required">Required</Th>
<Th className="PropsTable--description">Default</Th>
<Th className="PropsTable--default">Default</Th>
<Th width="40%" className="PropsTable--description">
Description
</Th>
Expand Down

0 comments on commit 065473c

Please sign in to comment.