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.