Fixed row margins on Pipeline Settings page in order to unify styles

This commit is contained in:
Ryan Harris 2016-12-01 12:46:54 -05:00
parent 9e8df307e1
commit 6bfe683d42
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Adjusted margins for Build Status and Coverage Report rows to match those of
the CI/CD Pipeline row
merge_request:
author: Ryan Harris