Merge pull request #5400 from jacekjagiello/5303/logs-view-wdiescreen-support

Logs view - support widescreen format
This commit is contained in:
Michael Lange 2019-03-07 10:58:58 -08:00 committed by GitHub
commit 25eb74afae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -2,3 +2,7 @@
padding: 1.5rem;
max-width: 1200px;
}
.full-width-section {
max-width: 100%;
}

View File

@ -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>