diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 488e7368d1..859be592e2 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -306,7 +306,7 @@ module.exports = React.createClass({ rowClassName="mx_UserSettings_profileTableRow" rowLabelClassName="mx_UserSettings_profileLabelCell" rowInputClassName="mx_UserSettings_profileInputCell" - buttonClassName="mx_UserSettings_button" + buttonClassName="mx_UserSettings_button mx_UserSettings_rhsButton" onError={this.onPasswordChangeError} onFinished={this.onPasswordChanged} /> ); @@ -353,7 +353,7 @@ module.exports = React.createClass({