From 209aa238f526531f6828e64ac6bfa2afb532c0b0 Mon Sep 17 00:00:00 2001 From: Regis Date: Wed, 4 Jan 2017 11:38:22 -0700 Subject: add margin-bottom to label css for more even spacing --- app/assets/stylesheets/pages/pipelines.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index dc119843b65..8650f973889 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -29,6 +29,10 @@ min-width: 1200px; table-layout: fixed; + .label { + margin-bottom: 3px; + } + .pipeline-id { color: $black; } -- cgit v1.2.1