Fix buttons in right panel verif
This commit is contained in:
parent
5c44ff8f8a
commit
2fbda42374
2 changed files with 2 additions and 1 deletions
|
@ -263,6 +263,7 @@ limitations under the License.
|
||||||
.mx_UserInfo_verify {
|
.mx_UserInfo_verify {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ export default class VerificationShowSas extends React.Component {
|
||||||
confirm = <DialogButtons
|
confirm = <DialogButtons
|
||||||
primaryButton={_t("They match")}
|
primaryButton={_t("They match")}
|
||||||
onPrimaryButtonClick={this.onMatchClick}
|
onPrimaryButtonClick={this.onMatchClick}
|
||||||
primaryButtonClassName="mx_UserInfo_verify"
|
primaryButtonClass="mx_UserInfo_verify"
|
||||||
cancelButton={_t("They don't match")}
|
cancelButton={_t("They don't match")}
|
||||||
onCancel={this.props.onCancel}
|
onCancel={this.props.onCancel}
|
||||||
cancelButtonClass="mx_UserInfo_verify"
|
cancelButtonClass="mx_UserInfo_verify"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue