Set max width on ccpo admin pages

This commit is contained in:
leigh-mil
2020-02-04 14:43:59 -05:00
parent 68c7a70082
commit e7487aa114
5 changed files with 119 additions and 109 deletions

View File

@@ -47,3 +47,4 @@
@import "sections/application_edit";
@import "sections/reports";
@import "sections/task_order";
@import "sections/ccpo";

View File

@@ -0,0 +1,3 @@
.ccpo-panel-container {
max-width: $max-panel-width;
}