Skip to content

Commit

Permalink
Fixes logger height issue when sidebar has events
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jan 11, 2023
1 parent c3017da commit 8edc713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/15759.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Scale down logger height in the UI when the sidebar container also has task events
```
2 changes: 1 addition & 1 deletion ui/app/components/task-context-sidebar.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Portal @target="log-sidebar-portal">
<div
class="sidebar task-context-sidebar has-subnav {{if this.wide "wide"}} {{if this.isSideBarOpen "open"}} {{if this.isSideBarOpen "open"}}"
class="sidebar task-context-sidebar has-subnav {{if this.wide "wide"}} {{if @task?.events?.length "has-events"}} {{if this.isSideBarOpen "open"}}"
{{on-click-outside
@fns.closeSidebar
capture=true
Expand Down

0 comments on commit 8edc713

Please sign in to comment.