mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 11:21:07 +02:00
fix SAS dialog width
used fixedWidth to accomplish the same goal clean up css
This commit is contained in:
parent
e43de26720
commit
4c1cc6feba
@ -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…
x
Reference in New Issue
Block a user