diff --git a/module/tree/css/browse.ui.css b/module/tree/css/browse.ui.css index 471084a846..166c700900 100644 --- a/module/tree/css/browse.ui.css +++ b/module/tree/css/browse.ui.css @@ -1,3 +1,5 @@ .sidebar .tree .item-content > .item-title {white-space: nowrap; overflow: hidden; text-overflow: clip;} .flex-auto .tree-item-content .row:not(:first-child) {overflow: hidden;} li.tree-item > div.listitem > nav.toolbar {margin-left: 0;} + +form .form-group.copy .col-short{min-width: 110px;} diff --git a/module/tree/ui/browse.html.php b/module/tree/ui/browse.html.php index 3db676a793..be5488aa0a 100644 --- a/module/tree/ui/browse.html.php +++ b/module/tree/ui/browse.html.php @@ -46,6 +46,12 @@ if($viewType == 'story' && $allProduct) set::items($allProduct), set::required(true), set::onchange("syncProductOrProject(this, 'product')") + ), + picker + ( + setClass('col-short'), + set::name('productModule'), + set::items($productModules) ) ) );