You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Merge pull request #3993 from matrix-org/foldleft/12106-round-two
fix SAS dialog width
This commit is contained in:
@@ -227,6 +227,7 @@ export default class IncomingSasDialog extends React.Component {
|
||||
<BaseDialog
|
||||
title={_t("Incoming Verification Request")}
|
||||
onFinished={this._onFinished}
|
||||
fixedWidth={false}
|
||||
>
|
||||
{body}
|
||||
</BaseDialog>
|
||||
|
||||
Reference in New Issue
Block a user