Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1025 from AlexKVal/modal-header-style
Browse files Browse the repository at this point in the history
Remove extraneous styling
  • Loading branch information
AlexKVal committed Jul 20, 2015
2 parents 8f90490 + dd064ad commit 03d1cc1
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 03d1cc1

Please sign in to comment.