Merge pull request #3993 from matrix-org/foldleft/12106-round-two
fix SAS dialog width
This commit is contained in:
commit
767015d19d
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ export default class IncomingSasDialog extends React.Component {
|
|||
<BaseDialog
|
||||
title={_t("Incoming Verification Request")}
|
||||
onFinished={this._onFinished}
|
||||
fixedWidth={false}
|
||||
>
|
||||
{body}
|
||||
</BaseDialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue