From 7f7f764c5ab3d1544467949cd79be2bf8e02d93c Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Thu, 27 Apr 2023 09:49:18 -0400 Subject: [PATCH] [ui] Fixed: Evaluations sidebar/response not scrollable (#16960) * Sets up a CSS grid for Evaluations sidebar * Flex seems more sensible for this actually * Tighten up the header margin * Percy found a diff; the expand button wasnt showing for view logs sidebar --- .changelog/16960.txt | 3 +++ .../components/evaluation-sidebar/detail.hbs | 4 ++-- ui/app/styles/components/sidebar.scss | 20 +++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .changelog/16960.txt diff --git a/.changelog/16960.txt b/.changelog/16960.txt new file mode 100644 index 000000000..a2e496f1e --- /dev/null +++ b/.changelog/16960.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fix a visual bug where evaluation response wasn't scrollable in the Web UI. +``` diff --git a/ui/app/components/evaluation-sidebar/detail.hbs b/ui/app/components/evaluation-sidebar/detail.hbs index bbc1af074..c788e0696 100644 --- a/ui/app/components/evaluation-sidebar/detail.hbs +++ b/ui/app/components/evaluation-sidebar/detail.hbs @@ -11,7 +11,7 @@