fix: limit parameter panel height to 370

This commit is contained in:
1ambda 2017-03-17 13:40:44 +09:00
parent cc29060042
commit 92676d10c6

View file

@ -210,7 +210,8 @@ limitations under the License.
</span>
<div style="clear: both;"></div> <!-- to fix previous span which has float: right -->
</div>
<div class="panel-body" ng-if="config.panel.parameterPanelOpened"
<div class="panel-body" style="height: 370px; overflow-y: auto;"
ng-if="config.panel.parameterPanelOpened"
style="padding-top: 13px; padding-bottom: 13px;">
<table class="table table-striped">
<tr>