From 1d6e42b42547d7310905f52ca0925568ac62c5ee Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Thu, 6 Aug 2026 16:02:53 -0700 Subject: [PATCH] style(ui): tighten playground chat suggestion chips into a 3-col grid Keep the three prompts on one row with a narrower max width and smaller padding/type so they sit cleanly above the composer --- .../playground/components/chat_ui/ChatComposer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b9e294e60ac..46c30cbc777 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 @@ -51,14 +51,14 @@ export function ChatComposer({
{showSuggestions && suggestions.length > 0 && (
{suggestions.map((suggestion) => (