Skip to content

Commit

Permalink
Refactor console layout to adjust grid row configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
walidkayhan committed Jan 9, 2025
1 parent 62604b4 commit 6683805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/src/features/Console/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Console = ({ isActive }: Props) => {
</h2>
</div>
</div>
<div className="grid grid-rows-[5fr_1fr] absolute gap-2 top-0 left-0 w-full h-full p-1">
<div className="grid grid-rows-[1fr_auto] absolute gap-2 top-0 left-0 w-full h-full p-1">
<Terminal isActive={isActive} />
<TerminalInput />
</div>
Expand Down

0 comments on commit 6683805

Please sign in to comment.