mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): let inbox composer fill available width (#841)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user