We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b1482 commit eb1d836Copy full SHA for eb1d836
src/App.tsx
@@ -169,7 +169,7 @@ function App() {
169
transports={TRANSPORTS}
170
onTransportCreated={(t) => connect(t, setConn)}
171
/>
172
- <div className="bg-bg-base text-text-base h-full inline-grid grid-cols-[auto] grid-rows-[auto_1fr]">
+ <div className="bg-bg-base text-text-base h-full w-full min-w-min inline-grid grid-cols-[auto] grid-rows-[auto_1fr]">
173
<AppHeader
174
connectedDeviceLabel={conn?.label}
175
canUndo={canUndo}
0 commit comments