From 77fef603b5e09378b6b0763feb8086aa970a9a35 Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Thu, 6 Aug 2026 16:03:46 -0700 Subject: [PATCH] style(ui): size chat suggestions to match the composer width Use a full-width 3-column grid above the textarea with slightly larger chip padding and type so prompts stay readable --- .../playground/components/chat_ui/ChatComposer.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatComposer.tsx b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatComposer.tsx index 46c30cbc777..f4f69bf1f8b 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatComposer.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatComposer.tsx @@ -50,15 +50,12 @@ export function ChatComposer({ return (
{showSuggestions && suggestions.length > 0 && ( -
+
{suggestions.map((suggestion) => (