mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
hoverover for full name of room
This commit is contained in:
parent
b78add39f4
commit
bf70376d16
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue