Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Dec 21, 2018
2 parents 71f97bf + 5244d0a commit ebd2082
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@ <h3 class="box-title"><div wicket:id="treeTitle"/></h3>
<div class="cog" wicket:id="treeMenu" about="treeMenu"/>
</div>
</div>
<div wicket:id="treeContainer" class="box-body org-tree-container" style="flex: 100 1 auto; max-height: 50vh">
<div wicket:id="treeContainer" class="box-body org-tree-container" style="flex: 100 1 auto;">
<div wicket:id="tree"/>
</div>
</div>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<body>
<wicket:extend>
<div wicket:id="treePanelContainer" class="col-md-3" >
<div wicket:id="treePanel"/>
<div class="role-catalog" wicket:id="treePanel"/>
</div>
</wicket:extend>
</body>
Expand Down
Expand Up @@ -1416,4 +1416,8 @@ th.countLabel{
.content-wrapper {
width: 100%;
}
}

.role-catalog > .object-org-box > .org-tree-container{
max-height: 50vh;
}

0 comments on commit ebd2082

Please sign in to comment.