From 13f45c18999bb5969afb560273d8031d7bd5940a Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Mon, 9 Jan 2023 14:45:39 -0500 Subject: [PATCH] Max-heighting inner table when present for nice looking borders --- .changelog/15733.txt | 3 +++ ui/app/styles/components/sidebar.scss | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .changelog/15733.txt diff --git a/.changelog/15733.txt b/.changelog/15733.txt new file mode 100644 index 000000000000..f79cae1a7e91 --- /dev/null +++ b/.changelog/15733.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Show events alongside logs in the Task sidebar +``` diff --git a/ui/app/styles/components/sidebar.scss b/ui/app/styles/components/sidebar.scss index 4b8186fe4b12..371ded3da7f3 100644 --- a/ui/app/styles/components/sidebar.scss +++ b/ui/app/styles/components/sidebar.scss @@ -108,6 +108,9 @@ $subNavOffset: 49px; .task-events .boxed-section-body { height: 250px; overflow: auto; + table { + height: 100%; + } } // Instead of trying to calculate on the fly with JS, let's use vh and offset nav and headers above.