small tweaks on DebugInfo

This commit is contained in:
mushka 2022-07-11 22:15:53 +03:00
parent 96a2d4530e
commit 83cb430911

View File

@ -19,7 +19,6 @@ const StyledModalDialog = styled(ModalDialog)`
}
.markdown-wrapper {
height: 372px;
width: 100%;
}
`;
@ -65,7 +64,7 @@ const DebugInfoDialog = (props) => {
<Box
className="markdown-wrapper"
overflowProp="auto"
heightProp={"372px"}
heightProp={"362px"}
>
<Scrollbar stype="mediumBlack">
{md && <ReactMarkdown children={md} />}