Skip to content

Commit

Permalink
[fixed] remove extraneous styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 20, 2015
1 parent 569bc5a commit dd064ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ModalHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ModalHeader extends React.Component {
className='close'
aria-label={this.props['aria-label'] || 'Close'} //eslint-disable-line react/prop-types
onClick={this.props.onHide}
style={{ marginTop: -2 }}
>
<span aria-hidden="true">
&times;
Expand Down

0 comments on commit dd064ad

Please sign in to comment.