fix(desktop): let inbox composer fill available width (#841)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
thomaspblock
2026-06-04 08:00:03 -07:00
committed by GitHub
co-authored by Cursor
parent 2a0572c0d8
commit db46c42546
@@ -342,7 +342,7 @@ export function InboxDetailPane({
<MessageComposer
channelId={item.item.channelId}
channelName={item.channelLabel ?? "channel"}
containerClassName="px-4 pb-4 sm:px-4 [&>div]:mx-auto [&>div]:max-w-4xl"
containerClassName="px-4 pb-4 sm:px-4"
disabled={!canReply}
draftKey={`inbox-reply:${item.id}`}
isSending={isSendingReply}