mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
5303 make logs view full width to better support large screens
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user