pull/5370/head
Aniket-Engg 3 years ago committed by Aniket
parent d2c704ab99
commit 4b6a76560b
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -339,7 +339,7 @@ export function Workspace () {
}
{
global.fs.localhost.isRequestingLocalhost ? <div className="text-center py-5"><i className="fas fa-spinner fa-pulse fa-2x"></i></div>
: <div className='pl-2 filesystemexplorer remixui_treeview'>
: <div className='h-100 filesystemexplorer remixui_treeview'>
{ global.fs.mode === 'localhost' && global.fs.localhost.isSuccessfulLocalhost &&
<FileExplorer
name='localhost'

Loading…
Cancel
Save