Skip to content

Commit eb1d836

Browse files
committed
fix: Layout fixes.
1 parent 63b1482 commit eb1d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function App() {
169169
transports={TRANSPORTS}
170170
onTransportCreated={(t) => connect(t, setConn)}
171171
/>
172-
<div className="bg-bg-base text-text-base h-full inline-grid grid-cols-[auto] grid-rows-[auto_1fr]">
172+
<div className="bg-bg-base text-text-base h-full w-full min-w-min inline-grid grid-cols-[auto] grid-rows-[auto_1fr]">
173173
<AppHeader
174174
connectedDeviceLabel={conn?.label}
175175
canUndo={canUndo}

0 commit comments

Comments
 (0)