From 24a7d7bd94edf6be8a4723f6bd861e7e166258a1 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 15 Jun 2017 09:16:41 -0500 Subject: Margin fix --- app/assets/stylesheets/framework/page-header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/framework/page-header.scss b/app/assets/stylesheets/framework/page-header.scss index 5f4211147f3..f1ecd050a0a 100644 --- a/app/assets/stylesheets/framework/page-header.scss +++ b/app/assets/stylesheets/framework/page-header.scss @@ -59,4 +59,8 @@ margin: 0 2px 0 3px; } } + + .ci-status { + margin-right: 10px; + } } -- cgit v1.2.1