5303 make logs view full width to better support large screens

This commit is contained in:
Jacek Jagiello
2019-03-06 23:29:24 +01:00
parent 76ac2b3bb9
commit 27d5d3ea64
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>