diff --git a/clients/macos/vellum-assistant/Features/Chat/QueuedMessagesDrawer.swift b/clients/macos/vellum-assistant/Features/Chat/QueuedMessagesDrawer.swift index 0b9aa75ea7f..14a3d79854d 100644 --- a/clients/macos/vellum-assistant/Features/Chat/QueuedMessagesDrawer.swift +++ b/clients/macos/vellum-assistant/Features/Chat/QueuedMessagesDrawer.swift @@ -43,8 +43,7 @@ struct QueuedMessagesDrawer: View { .strokeBorder(VColor.borderBase, lineWidth: 1) ) .fixedSize(horizontal: false, vertical: true) - .frame(maxWidth: VSpacing.chatColumnMaxWidth) - .frame(maxWidth: .infinity, alignment: .center) + .widthCap(VSpacing.chatColumnMaxWidth) } private func header(queuedMessages: [ChatMessage]) -> some View {