Skip to content

Commit

Permalink
Max-heighting inner table when present for nice looking borders
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jan 10, 2023
1 parent 8f030b3 commit 13f45c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/15733.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
ui: Show events alongside logs in the Task sidebar
```
3 changes: 3 additions & 0 deletions ui/app/styles/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 13f45c1

Please sign in to comment.