add responsiveness to job output panel

This commit is contained in:
Haokun-Chen
2018-06-25 15:59:16 -04:00
parent 2ca4c08567
commit be0a77b203
2 changed files with 11 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
</at-panel>
<at-panel class="at-Stdout" ng-class="{'at-Stdout--fullscreen': vm.isPanelExpanded}">
<div class="at-Stdout-wrapper">
<div class="at-Panel-headingTitle">
{{ vm.title }}
</div>
@@ -53,5 +54,6 @@
<div class="at-u-clear"></div>
</div>
</div>
</at-panel>
</div>