Skip to content

Commit

Permalink
5014 fix height of org tree panel (IE11)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Dec 19, 2018
1 parent 921e648 commit ee7eaa8
Showing 1 changed file with 1 addition and 1 deletion.
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 40%;">
<div wicket:id="treeContainer" class="box-body org-tree-container" style="flex: 100 1 auto; max-height: 50vh">
<div wicket:id="tree"/>
</div>
</div>
Expand Down

0 comments on commit ee7eaa8

Please sign in to comment.