Skip to content

Commit

Permalink
Update grid column width in PlaygroundView
Browse files Browse the repository at this point in the history
component
  • Loading branch information
knoopx committed Nov 14, 2023
1 parent 2f001a9 commit 9e888c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/PlaygroundView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const PlaygroundView = observer(() => {
}, 200)

return (
<div className="flex-auto grid grid-cols-[auto,40ch] divide-x-1">
<div className="flex-auto grid grid-cols-[auto,50ch] divide-x-1">
<div className="flex flex-col p-8">
<div className="flex-auto relative font-mono">
<textarea
Expand Down

0 comments on commit 9e888c1

Please sign in to comment.