Commit e74f7159 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-issue-mr-badge' into 'master'

Use grid and correct border radius for status badge

See merge request gitlab-org/gitlab-ce!29420
parents 56d03e8c ca1d447d
......@@ -16,10 +16,10 @@
margin-top: 5px;
}
border-radius: 3px;
border-radius: $border-radius-default;
display: block;
float: left;
margin-right: 10px;
margin-right: $gl-padding-8;
color: $white-light;
font-size: $gl-font-size;
line-height: $gl-line-height-24;
......
......@@ -682,8 +682,7 @@
justify-content: center;
align-items: center;
margin-top: 0;
padding-left: 9px;
padding-right: 9px;
padding: 0 $gl-padding-8;
@include media-breakpoint-up(sm) {
display: inline-block;
......
---
title: Use grid and correct border radius for status badge
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment