minor tweaks

This commit is contained in:
mushka 2022-03-28 12:49:01 +03:00
parent 290e65288e
commit 8e76326f08
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,4 @@
import Scrollbar from "@appserver/components/scrollbar";
import { inject, observer } from "mobx-react";
import React from "react";
const SubInfoPanelBody = ({ children }) => {
@ -14,6 +13,4 @@ const SubInfoPanelBody = ({ children }) => {
SubInfoPanelBody.displayName = "SubInfoPanelBody";
export default inject(() => {
return {};
})(observer(SubInfoPanelBody));
export default SubInfoPanelBody;

View File

@ -45,9 +45,6 @@ const commonStyles = css`
.section-wrapper-content {
${paddingStyles}
flex: 1 0 auto;
//display: flex;
//flex-direction: row;
padding-right: 0;
outline: none;
${(props) =>