Skip to content

Commit 71d7a83

Browse files
bchapuisclaude
andcommitted
Remove max-width constraint from bot detail pages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d09d4d8 commit 71d7a83

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/app/src/pages/bot-discord-detail-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function BotDiscordDetailPage() {
5454

5555
return (
5656
<InsetLayout title="Bot Details">
57-
<div className="space-y-8 max-w-2xl">
57+
<div className="space-y-8">
5858
<div className="flex justify-end">
5959
<Button
6060
variant="outline"

apps/app/src/pages/bot-telegram-detail-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function BotTelegramDetailPage() {
4646

4747
return (
4848
<InsetLayout title="Bot Details">
49-
<div className="space-y-8 max-w-2xl">
49+
<div className="space-y-8">
5050
<div className="flex justify-end">
5151
<Button
5252
variant="outline"

apps/app/src/pages/bot-whatsapp-detail-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function BotWhatsAppDetailPage() {
6262

6363
return (
6464
<InsetLayout title="Account Details">
65-
<div className="space-y-8 max-w-2xl">
65+
<div className="space-y-8">
6666
<div className="flex justify-end">
6767
<Button
6868
variant="outline"

0 commit comments

Comments
 (0)