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 f67a1e3 commit 782388d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -32,6 +32,7 @@

/**
* @author Viliam Repan (lazyman)
* @author skublik
*/
public abstract class AjaxCompositedIconButton extends AjaxLink<String> {

Expand Down
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 782388d

Please sign in to comment.