Skip to content

Commit dd064ad

Browse files
committed
[fixed] remove extraneous styling
1 parent 569bc5a commit dd064ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/ModalHeader.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class ModalHeader extends React.Component {
1515
className='close'
1616
aria-label={this.props['aria-label'] || 'Close'} //eslint-disable-line react/prop-types
1717
onClick={this.props.onHide}
18-
style={{ marginTop: -2 }}
1918
>
2019
<span aria-hidden="true">
2120
&times;

0 commit comments

Comments
 (0)