mirror of https://github.com/vector-im/riot-web
fix SAS dialog width
used fixedWidth to accomplish the same goal clean up csspull/21833/head
parent
e43de26720
commit
4c1cc6feba
|
@ -227,6 +227,7 @@ export default class IncomingSasDialog extends React.Component {
|
||||||
<BaseDialog
|
<BaseDialog
|
||||||
title={_t("Incoming Verification Request")}
|
title={_t("Incoming Verification Request")}
|
||||||
onFinished={this._onFinished}
|
onFinished={this._onFinished}
|
||||||
|
fixedWidth={false}
|
||||||
>
|
>
|
||||||
{body}
|
{body}
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
|
|
Loading…
Reference in New Issue