mirror of https://github.com/vector-im/riot-web
Merge pull request #3993 from matrix-org/foldleft/12106-round-two
fix SAS dialog widthpull/21833/head
commit
767015d19d
|
@ -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…
Reference in New Issue