Skip to content

Commit

Permalink
Fix style issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaClin committed Jan 17, 2020
1 parent 68f7feb commit 9222216
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styleguide/examples/FixedColumns.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ class Selection extends Component {
checked={isChecked}
indeterminate={isIndeterminate}
onClick={this.handleHeaderCheckbox}
inputStyle={{
margin: 0
}}
/>
);
};
Expand All @@ -171,6 +174,9 @@ class Selection extends Component {
<Checkbox
checked={checked}
onClick={this.handleRowCheckbox}
inputStyle={{
margin: 0
}}
/>
);
};
Expand Down

0 comments on commit 9222216

Please sign in to comment.