Skip to content

Commit

Permalink
5303 make logs view full width to better support large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Jagiello committed Mar 6, 2019
1 parent 76ac2b3 commit 27d5d3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/app/styles/core/section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
padding: 1.5rem;
max-width: 1200px;
}

.full-width-section {
max-width: 100%;
}
2 changes: 1 addition & 1 deletion ui/app/templates/allocations/allocation/task/logs.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{partial "allocations/allocation/task/subnav"}}
<section class="section">
<section class="section full-width-section">
{{task-log data-test-task-log allocation=model.allocation task=model.name}}
</section>

0 comments on commit 27d5d3e

Please sign in to comment.