Skip to content

Commit 91e6c66

Browse files
dsshimelclaude
andcommitted
Use wide layout for auth flow simulation to prevent clipping on 1080p
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 912c596 commit 91e6c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attendabot/frontend/src/pages/SimulatorPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function SimulatorPage() {
2828
const activeTab = flowIndex >= 0 ? flowIndex : 0;
2929

3030
return (
31-
<div className="app">
31+
<div className="app app-wide">
3232
<SimulatorApp
3333
activeTab={activeTab}
3434
onTabChange={(i) => navigate(`/simulations/auth/${flows[i].id}`)}

0 commit comments

Comments
 (0)