mirror of https://github.com/vector-im/riot-web
Remove weird styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
819a0b013f
commit
0d6a9fce67
|
@ -2058,7 +2058,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
appsShown={this.state.showApps}
|
||||
/>
|
||||
<MainSplit panel={rightPanel} resizeNotifier={this.props.resizeNotifier}>
|
||||
<div className={"mx_RoomView_container"}>
|
||||
<div className="mx_RoomView_container">
|
||||
{auxPanel}
|
||||
<div className="mx_RoomView_body">
|
||||
<div className={timelineClasses}>
|
||||
|
|
Loading…
Reference in New Issue