mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
comment \u200b
This commit is contained in:
parent
35cebc56d3
commit
6aad99a505
@ -59,7 +59,7 @@ module.exports = React.createClass({
|
||||
name = this.props.room.name;
|
||||
}
|
||||
|
||||
name = name.replace(":", ":\u200b");
|
||||
name = name.replace(":", ":\u200b"); // add a zero-width space to allow linewrapping after the colon
|
||||
var badge;
|
||||
if (this.props.highlight) {
|
||||
badge = <div className="mx_RoomTile_badge"/>;
|
||||
|
Loading…
Reference in New Issue
Block a user