mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
[Common UI] Enforce split pane min/max
WTD-1363.
This commit is contained in:
@ -24,6 +24,8 @@
|
||||
<div class="holder browse-area s-browse-area abs" ng-controller="BrowseController">
|
||||
<mct-split-pane class='split-layout vertical contents abs'
|
||||
anchor='left'
|
||||
minimum="150"
|
||||
maximum="800"
|
||||
initial="25%">
|
||||
<div class='split-pane-component treeview pane'>
|
||||
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
||||
|
Reference in New Issue
Block a user