From b90f071367a23f96e9f93ffa2b67414e668df1ab Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 6 Jun 2017 10:05:29 -0500 Subject: Fix column width --- app/views/projects/environments/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/environments/show.html.haml b/app/views/projects/environments/show.html.haml index 6d6e2bc5293..f9068d11542 100644 --- a/app/views/projects/environments/show.html.haml +++ b/app/views/projects/environments/show.html.haml @@ -30,7 +30,7 @@ .table-holder .ci-table.environments .gl-responsive-table-row.table-row-header{ role: 'row' } - .table-section.section-15{ role: 'rollheader' } ID + .table-section.section-10{ role: 'rollheader' } ID .table-section.section-40{ role: 'rollheader' } Commit .table-section.section-15{ role: 'rollheader' } Job .table-section.section-15{ role: 'rollheader' } Created -- cgit v1.2.1