We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f11bc commit 0442276Copy full SHA for 0442276
resources/js/components/playground.tsx
@@ -199,7 +199,7 @@ export default function Playground() {
199
'h-full lg:block': consoleShowing,
200
'lg:hidden': !console,
201
'lg:w-1/2': browserShowing && consoleShowing,
202
- 'lg:w-full': browserShowing && !consoleShowing,
+ 'lg:w-full': !browserShowing && consoleShowing,
203
})}
204
/>
205
</div>
0 commit comments