Skip to content
Snippets Groups Projects
Commit ca1d447d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Use grid and correct border radius for status badge

parent 02e36679
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
---
title: Use grid and correct border radius for status badge
merge_request:
author:
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment