summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-20 10:40:07 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-06-20 16:44:21 +0100
commitcbc1aa348583c846b069065e41edd743cccdacf0 (patch)
tree4a4293d8d28c7875d34709d5f88103e4b0173216
parent088de807baef97ddb76fd988dbdc0679691b173b (diff)
downloadgitlab-ce-33879-buttons-margin.tar.gz
Adds margin between buttons in Pipeline's header33879-buttons-margin
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 58b458cd837..410b22224aa 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -991,4 +991,8 @@
.text-center {
padding-top: 12px;
}
+
+ .header-action-button .btn {
+ margin-left: 5px;
+ }
}