Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-20 12:40:07 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-06-20 18:44:21 +0300
commitcbc1aa348583c846b069065e41edd743cccdacf0 (patch)
tree4a4293d8d28c7875d34709d5f88103e4b0173216 /app
parent088de807baef97ddb76fd988dbdc0679691b173b (diff)
Adds margin between buttons in Pipeline's header
Diffstat (limited to 'app')
-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;
+ }
}