1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

update ui padding (#2817)

This commit is contained in:
杨顺强
2019-01-11 18:00:07 +08:00
committed by Daniel Pan
parent a142a18732
commit ceaad78d27
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class About extends React.Component {
return (
<div>
<a href="#" className="item" onClick={this.toggle}>{gettext('About')}</a>
<Modal isOpen={this.state.modal} centered={true} toggle={this.toggle} className={this.props.className}>
<Modal isOpen={this.state.modal} toggle={this.toggle} className={this.props.className}>
<ModalBody>
<button type="button" className="close" onClick={this.toggle}><span aria-hidden="true">×</span></button>
<div className="about-content">