badge content when hovered is now kerned via the CSS

pull/21833/head
wmwragg 2016-07-20 17:12:41 +01:00
parent 33edb1dea9
commit ffa43ebb96
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ module.exports = React.createClass({
}
if (this.props.highlight || notificationCount > 0) {
badgeClasses = "mx_RoomTile_badge"
badgeClasses = "mx_RoomTile_badge";
} else {
badgeClasses = "mx_RoomTile_badge mx_RoomTile_badge_no_unread";
}