1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 13:10:04 +00:00

chore: code fixes

This commit is contained in:
2022-07-26 14:16:27 +05:00
parent ce2114e3f6
commit 2ce947d216
3 changed files with 3 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ const SASjsEditor = ({
borderColor: 'divider',
position: 'fixed',
background: 'white',
width: '100%'
width: '85%'
}}
>
<TabList onChange={handleTabChange} centered>

View File

@@ -7,7 +7,7 @@ import BootstrapSnackbar, { AlertSeverityType } from '../../components/snackbar'
import Modal from '../../components/modal'
import { TreeNode } from '../../utils/types'
const drawerWidth = 240
const drawerWidth = '15%'
type Props = {
selectedFilePath: string