Update remix-ui-workspace.tsx

pull/5370/head
Liana Husikyan 1 year ago committed by Aniket
parent c936191e2b
commit 64a510bb57
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -680,7 +680,7 @@ export function Workspace () {
handleContextMenu(e.pageX, e.pageY, ROOT_PATH, "workspace", 'workspace') handleContextMenu(e.pageX, e.pageY, ROOT_PATH, "workspace", 'workspace')
} }
}> }>
<div className='d-flex flex-column w-100 remixui_fileexplorer' data-id="remixUIWorkspaceExplorer" onClick={resetFocus}> <div className='d-flex flex-column w-100 pb-4 mb-2 remixui_fileexplorer' data-id="remixUIWorkspaceExplorer" onClick={resetFocus}>
<div> <div>
<header> <header>
<div className="mx-2 my-2 d-flex flex-column"> <div className="mx-2 my-2 d-flex flex-column">

Loading…
Cancel
Save