diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 08651974892684f2df2a72063a6522fa0124c4f1..50ac4d8449b2a3d9923ecf44a9e76eba0bb9abea 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -233,11 +233,7 @@ .pipelines.tab-pane { .content-list.pipelines { - width: auto; - } - - .table.builds { - min-width: 900px; + overflow: scroll; } .stage { diff --git a/app/views/projects/merge_requests/_show.html.haml b/app/views/projects/merge_requests/_show.html.haml index d97c36cf63b22833ce17340f0e9fb0c84868e6fd..a13130647257a67915289d3db8bf7b8ab7260e91 100644 --- a/app/views/projects/merge_requests/_show.html.haml +++ b/app/views/projects/merge_requests/_show.html.haml @@ -56,7 +56,7 @@ %li.pipelines-tab = link_to pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request), data: { target: '#pipelines', action: 'pipelines', toggle: 'tab' } do Pipelines - %span.badge + %span.badge= @merge_request.all_pipelines.size %li.builds-tab = link_to builds_namespace_project_merge_request_path(@project.namespace, @project, @merge_request), data: { target: '#builds', action: 'builds', toggle: 'tab' } do Builds