Remove weird styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
819a0b013f
commit
0d6a9fce67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue