diff --git a/app/components/pipeline-list-view/template.hbs b/app/components/pipeline-list-view/template.hbs index cb7146aef..f0f1b36a9 100644 --- a/app/components/pipeline-list-view/template.hbs +++ b/app/components/pipeline-list-view/template.hbs @@ -1,5 +1,5 @@ -{{#light-table table height="inherit" as |t|}} +{{#light-table table height="400px" as |t|}} {{t.head onColumnClick=(action "onColumnClick") iconSortable="fa fa-sort" @@ -27,4 +27,4 @@ onSave=(action "startBuild") onClose=(action "closeModal")}} {{/modal-dialog}} -{{/if}} +{{/if}} \ No newline at end of file