From 27d5d3ea64e73ea2e13f12355638d69d7b53fcf4 Mon Sep 17 00:00:00 2001 From: Jacek Jagiello Date: Wed, 6 Mar 2019 23:29:24 +0100 Subject: [PATCH] 5303 make logs view full width to better support large screens --- ui/app/styles/core/section.scss | 4 ++++ ui/app/templates/allocations/allocation/task/logs.hbs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/app/styles/core/section.scss b/ui/app/styles/core/section.scss index 1543ec9a8eff..14f1d27a7089 100644 --- a/ui/app/styles/core/section.scss +++ b/ui/app/styles/core/section.scss @@ -2,3 +2,7 @@ padding: 1.5rem; max-width: 1200px; } + +.full-width-section { + max-width: 100%; +} diff --git a/ui/app/templates/allocations/allocation/task/logs.hbs b/ui/app/templates/allocations/allocation/task/logs.hbs index d9e2e825106b..bbbff1ccf9f6 100644 --- a/ui/app/templates/allocations/allocation/task/logs.hbs +++ b/ui/app/templates/allocations/allocation/task/logs.hbs @@ -1,4 +1,4 @@ {{partial "allocations/allocation/task/subnav"}} -
+
{{task-log data-test-task-log allocation=model.allocation task=model.name}}