diff --git a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx
index 69a760b8ef..ece6ca02f8 100644
--- a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx
+++ b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx
@@ -365,7 +365,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
display: 'flex',
flexDirection: 'column'
}}
- className="h-100 ml-0 pl-1"
+ className="h-100 ml-0 pl-1"
>
diff --git a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx
index f3107483b1..2aa245fcf8 100644
--- a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx
+++ b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx
@@ -228,22 +228,22 @@ export const FlatTree = (props: FlatTreeProps) => {
}
return (<>
-
-
-
- {showMouseOverTarget && mouseOverTarget && !isDragging &&
+
+
+
+ {showMouseOverTarget && mouseOverTarget && !isDragging &&
{
{mouseOverTarget && mouseOverTarget.path}
- }
-
Row(index)}
- />
-
-
+ }
+
Row(index)}
+ />
+
+
>)
diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
index 484b66e01f..76c4da55ea 100644
--- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
+++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
@@ -1044,57 +1044,57 @@ export function Workspace() {
)}
{!(global.fs.browser.isRequestingWorkspace || global.fs.browser.isRequestingCloning) && global.fs.mode === 'browser' && currentWorkspace !== NO_WORKSPACE && (
-
+
)}
{global.fs.localhost.isRequestingLocalhost && (
@@ -1103,57 +1103,57 @@ export function Workspace() {
)}
{global.fs.mode === 'localhost' && global.fs.localhost.isSuccessfulLocalhost && (
-
+
)}