Skip to content

Commit

Permalink
fix: Add a minFlex size to the Components Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Oct 25, 2023
1 parent 8f5ce33 commit 4e281ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@dcl/inspector/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const App = () => {
{!hiddenPanels[PanelName.COMPONENTS] && selectedEntity !== null && (
<>
<PanelResizeHandle className="horizontal-handle" />
<Panel defaultSize={20} minSize={15} order={3}>
<Panel defaultSize={25.5} minSize={25.5} order={3}>
<Box className="entity-inspector">
<EntityInspector />
</Box>
Expand Down

0 comments on commit 4e281ab

Please sign in to comment.