Skip to content

Commit

Permalink
feat(journal): auto-resize journal log
Browse files Browse the repository at this point in the history
Adds resizing to the journal log for a better UX.

CLoses #5821.
  • Loading branch information
jniles committed Aug 5, 2021
1 parent 136ed07 commit 2ce6e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/modules/journal/journal_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
id="journal-log-grid"
class="grid-journal"
ui-grid="JournalLogCtrl.gridOptions"
ui-grid-auto-resize
ui-grid-resize-columns
ui-grid-resize-columns>

<bh-grid-loading-indicator
Expand Down

0 comments on commit 2ce6e48

Please sign in to comment.