Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit dd064ad

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ModalHeader.js

Lines changed: 0 additions & 1 deletion
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)