Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Add class to proptable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhodges committed Jun 28, 2016
1 parent 2ba10cf commit d26243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PropTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class PropTable extends React.Component {
});

return (
<table>
<table className="storybook-addon-proptable">
<thead>
<tr>
<th>property</th>
Expand Down

0 comments on commit d26243d

Please sign in to comment.