Merge pull request #3242 from matrix-org/jryans/terms-modal

Avoid visual glitch when terms appear for Integration Manager
This commit is contained in:
J. Ryan Stinnett 2019-07-24 14:27:43 +01:00 committed by GitHub
commit a5ac50f90f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 19 deletions

View file

@ -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")}