Merge pull request #2494 from ethereum/fix-height

Fix height in File-Explorer
pull/5370/head
yann300 3 years ago committed by GitHub
commit 823a707842
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -230,7 +230,7 @@ export function Workspace () {
</div>
<div className='h-100 remixui_fileExplorerTree'>
<div className='h-100'>
<div className='pl-2 h-100 remixui_treeview' data-id='filePanelFileExplorerTree'>
<div className='pl-2 remixui_treeview' data-id='filePanelFileExplorerTree'>
{ (global.fs.mode === 'browser') && (currentWorkspace !== NO_WORKSPACE) &&
<FileExplorer
name={currentWorkspace}

Loading…
Cancel
Save