Merge pull request #3993 from matrix-org/foldleft/12106-round-two

fix SAS dialog width
pull/21833/head
Zoe 2020-01-30 13:10:32 +00:00 committed by GitHub
commit 767015d19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ export default class IncomingSasDialog extends React.Component {
<BaseDialog
title={_t("Incoming Verification Request")}
onFinished={this._onFinished}
fixedWidth={false}
>
{body}
</BaseDialog>