-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5303 make logs view full width to better support large screens
- Loading branch information
Jacek Jagiello
committed
Mar 6, 2019
1 parent
76ac2b3
commit 27d5d3e
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
padding: 1.5rem; | ||
max-width: 1200px; | ||
} | ||
|
||
.full-width-section { | ||
max-width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |