Skip to content

Commit

Permalink
Merge pull request #2494 from ethereum/fix-height
Browse files Browse the repository at this point in the history
Fix height in File-Explorer
  • Loading branch information
yann300 authored Jun 6, 2022
2 parents f451219 + 3758c9e commit 8704e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8704e64

Please sign in to comment.