mirror of https://github.com/vector-im/riot-web
hoverover for full name of room
parent
b78add39f4
commit
bf70376d16
|
@ -212,7 +212,7 @@ module.exports = React.createClass({
|
|||
|
||||
name =
|
||||
<div className="mx_RoomHeader_name" onClick={this.props.onSettingsClick}>
|
||||
<div className="mx_RoomHeader_nametext">{ this.props.room.name }</div>
|
||||
<div className="mx_RoomHeader_nametext" title={ this.props.room.name }>{ this.props.room.name }</div>
|
||||
{ searchStatus }
|
||||
<div className="mx_RoomHeader_settingsButton">
|
||||
<img src="img/settings.svg" width="12" height="12"/>
|
||||
|
|
Loading…
Reference in New Issue