fix CSS for QuestionDialog
This commit is contained in:
parent
7ac852d1fe
commit
f5b9f470b2
2 changed files with 7 additions and 4 deletions
|
@ -45,13 +45,13 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<div className="mx_QuestionDialog">
|
||||
<div className="mx_QuestionDialog">
|
||||
<div className="mx_QuestionDialogTitle">
|
||||
{this.props.title}
|
||||
</div>
|
||||
<div className="mx_QuestionDialog">
|
||||
<div className="mx_Dialog_content">
|
||||
{this.props.description}
|
||||
</div>
|
||||
<div className="mx_QuestionDialog_buttons">
|
||||
<div className="mx_Dialog_buttons">
|
||||
<button onClick={this.onOk} autoFocus={this.props.focus}>
|
||||
{this.props.button}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue