Merge pull request #3242 from matrix-org/jryans/terms-modal
Avoid visual glitch when terms appear for Integration Manager
This commit is contained in:
commit
a5ac50f90f
5 changed files with 49 additions and 19 deletions
|
@ -176,7 +176,7 @@ export default class TermsDialog extends React.PureComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<BaseDialog className='mx_TermsDialog'
|
||||
<BaseDialog
|
||||
fixedWidth={false}
|
||||
onFinished={this._onCancelClick}
|
||||
title={_t("Terms of Service")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue