We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa468f commit bc3ee94Copy full SHA for bc3ee94
src/skins/vector/views/organisms/RoomDirectory.js
@@ -135,7 +135,9 @@ module.exports = React.createClass({
135
<input ref="roomAlias" placeholder="Join a room (e.g. #foo:domain.com)" className="mx_RoomDirectory_input" size="64" onKeyUp={ this.onKeyUp }/>
136
<div className="mx_RoomDirectory_tableWrapper">
137
<table className="mx_RoomDirectory_table">
138
- <tr><th width="45%">Room</th><th width="45%">Alias</th><th width="10%">Members</th></tr>
+ <thead>
139
+ <tr><th width="45%">Room</th><th width="45%">Alias</th><th width="10%">Members</th></tr>
140
+ </thead>
141
{ this.getRows(this.state.roomAlias) }
142
</table>
143
</div>
0 commit comments