Fix broken RoomView CSS due to name clashes and splitting an element in
two.
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = React.createClass({
|
||||
return (
|
||||
<div className="mx_MatrixChat">
|
||||
<LeftPanel selectedRoom={this.state.currentRoom} />
|
||||
<div className="mx_MainView">
|
||||
<div className="mx_MatrixChat_MiddleView">
|
||||
{page_element}
|
||||
</div>
|
||||
{right_panel}
|
||||
|
||||
Reference in New Issue
Block a user