From ca70b689afa25da7c7d438f86ab76f4531ad4db1 Mon Sep 17 00:00:00 2001 From: tanjiro <56165694+NANDINI-star@users.noreply.github.com> Date: Tue, 2 Sep 2025 03:08:09 +0900 Subject: [PATCH] Logs page screen size fixed (#14135) * width fixed * tailwind css instead of inline css * minor width fixes * time button fixed * fixed width for the "showing..." part --- .../view_logs/RequestResponsePanel.tsx | 14 +++--- .../src/components/view_logs/index.tsx | 48 ++++++++++--------- .../src/components/view_logs/table.tsx | 10 ++-- 3 files changed, 38 insertions(+), 34 deletions(-) diff --git a/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx b/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx index 4aaaabba58d..13f2547bd75 100644 --- a/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx @@ -72,9 +72,9 @@ export function RequestResponsePanel({ }; return ( -
{JSON.stringify(getRawRequest(), null, 2)}
+ {JSON.stringify(getRawRequest(), null, 2)}
{JSON.stringify(formattedResponse(), null, 2)}
+ {JSON.stringify(formattedResponse(), null, 2)}
) : (