Skip to content

Commit

Permalink
Limit height of hierarchy record tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hallberg committed Jan 2, 2018
1 parent d51c1cd commit 458ba70
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions themes/bootstrap3/less/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ footer {
.collection-hierarchytree .tree-panel,
.collection-hierarchytree #tree-preview {
flex-basis: 50%;
max-height: 75vh;
padding: 1rem;
overflow-y: auto;
}
#modal .collection-hierarchytree { display: block; }
#modal .tree-panel {
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 458ba70

Please sign in to comment.