Skip to content

Commit

Permalink
Merge pull request #5400 from jacekjagiello/5303/logs-view-wdiescreen…
Browse files Browse the repository at this point in the history
…-support

Logs view - support widescreen format
  • Loading branch information
DingoEatingFuzz committed Mar 7, 2019
2 parents 9410768 + 27d5d3e commit 3fedff6
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 3fedff6

Please sign in to comment.