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
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-12-01 20:46:54 +0300
committerRyan Harris <harrisryan1@gmail.com>2016-12-01 20:46:54 +0300
commit6bfe683d427daafbee3cbc73324e42b06e9f1fec (patch)
tree89c9001e57f3609281ec2805c4a61ef84917cb23 /app/views/projects/pipelines_settings
parent9e8df307e1aba45aba3521bb9aa4dff528205b6e (diff)
Fixed row margins on Pipeline Settings page in order to unify styles
Diffstat (limited to 'app/views/projects/pipelines_settings')
-rw-r--r--app/views/projects/pipelines_settings/_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines_settings/_badge.html.haml b/app/views/projects/pipelines_settings/_badge.html.haml
index 7b7fa56d993..22a3b884520 100644
--- a/app/views/projects/pipelines_settings/_badge.html.haml
+++ b/app/views/projects/pipelines_settings/_badge.html.haml
@@ -1,4 +1,4 @@
-.row{ class: badge.title.gsub(' ', '-') }
+%div{ class: badge.title.gsub(' ', '-') }
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= badge.title.capitalize