mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
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 {
|
||||
display: block;
|
||||
margin: 16px 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ export default class VerificationShowSas extends React.Component {
|
|||
confirm = <DialogButtons
|
||||
primaryButton={_t("They match")}
|
||||
onPrimaryButtonClick={this.onMatchClick}
|
||||
primaryButtonClassName="mx_UserInfo_verify"
|
||||
primaryButtonClass="mx_UserInfo_verify"
|
||||
cancelButton={_t("They don't match")}
|
||||
onCancel={this.props.onCancel}
|
||||
cancelButtonClass="mx_UserInfo_verify"
|
||||
|
|
Loading…
Reference in a new issue