Skip to content

Commit 3d422ff

Browse files
Update packages/react/src/Panels/EditorPanel.tsx
Co-authored-by: Ari Perkkiö <[email protected]>
1 parent 90c0dbd commit 3d422ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Panels/EditorPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function EditorPanel({
7979
</div>
8080
</div>
8181
<FileTree
82-
className="flex-grow py-2 border-r border-tk-elements-app-borderColor text-sm overflow-y-auto overflow-x-hidden"
82+
className="flex flex-col flex-grow py-2 border-r border-tk-elements-app-borderColor text-sm overflow-y-auto overflow-x-hidden"
8383
i18n={i18n}
8484
selectedFile={selectedFile}
8585
hideRoot={hideRoot ?? true}

0 commit comments

Comments
 (0)