1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

fix SAS dialog width

used fixedWidth to accomplish the same goal

clean up css
This commit is contained in:
Zoe
2020-01-30 12:21:13 +00:00
parent e43de26720
commit 4c1cc6feba

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>