be explicit in remove button height

pull/21833/head
Matthew Hodgson 2017-10-14 22:13:00 +01:00 committed by GitHub
parent 97ebd27175
commit 8d6f0db3e2
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ module.exports = React.createClass({
<div className="mx_UserSettings_avatarPicker">
<div className="mx_UserSettings_avatarPicker_remove" onClick={this.onAvatarRemoveClick}>
<img src="img/cancel.svg" width="15"
<img src="img/cancel.svg" width="15" height="15"
alt={_t("Remove avatar")} title={_t("Remove avatar")} />
</div>
<div onClick={this.onAvatarPickerClick} className="mx_UserSettings_avatarPicker_imgContainer">