summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-15 09:16:41 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-15 13:36:32 -0500
commit24a7d7bd94edf6be8a4723f6bd861e7e166258a1 (patch)
tree83e3ba3677d4ab4ae2eecae279838afa82d3f7d1
parentca615efe44925ae456a65de481064533edf9b9be (diff)
downloadgitlab-ce-24a7d7bd94edf6be8a4723f6bd861e7e166258a1.tar.gz
Margin fix
-rw-r--r--app/assets/stylesheets/framework/page-header.scss4
1 files changed, 4 insertions, 0 deletions
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;
+ }
}