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

fix SAS dialog width
This commit is contained in:
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

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>