From 17db9edd850ed488f6105e37d5c3c7ee7b8c8d12 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 14 Aug 2025 17:29:23 -0700 Subject: [PATCH] UI - Fix image overflow in LiteLLM model (#13639) * Improve LiteLLM model name display with better styling and overflow handling Co-authored-by: ishaan * Add Tooltip to LiteLLM model name for improved text display Co-authored-by: ishaan --------- Co-authored-by: Cursor Agent Co-authored-by: ishaan --- .../src/components/model_info_view.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/model_info_view.tsx b/ui/litellm-dashboard/src/components/model_info_view.tsx index 115be00779b..34d0371bbfc 100644 --- a/ui/litellm-dashboard/src/components/model_info_view.tsx +++ b/ui/litellm-dashboard/src/components/model_info_view.tsx @@ -399,9 +399,15 @@ export default function ModelInfoView({ LiteLLM Model -
-                  {modelData.litellm_model_name || "Not Set"}
-                
+
+ +
+ {modelData.litellm_model_name || "Not Set"} +
+
+
Pricing