Merge pull request #5400 from jacekjagiello/5303/logs-view-wdiescreen-support
Logs view - support widescreen format
This commit is contained in:
commit
25eb74afae
|
@ -2,3 +2,7 @@
|
|||
padding: 1.5rem;
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.full-width-section {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue