mirror of https://github.com/vector-im/riot-web
Fix buttons in right panel verif
parent
5c44ff8f8a
commit
2fbda42374
|
@ -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 New Issue