Merge branch '27947-missing-margin-between-loading-icon-and-text-in-merge-request-widget' into 'master'

Resolve "Missing margin between loading icon and text in Merge Request Widget"

Closes #27947

See merge request !9119
This commit is contained in:
Annabel Dunstone Gray 2017-02-13 14:30:57 +00:00
commit 027a4bd274
2 changed files with 10 additions and 2 deletions

View File

@ -85,14 +85,18 @@
-webkit-align-items: center;
align-items: center;
i,
svg {
margin-right: 8px;
}
svg {
margin-right: 4px;
position: relative;
top: 1px;
overflow: visible;
}
&> span {
& > span {
padding-right: 4px;
}

View File

@ -0,0 +1,4 @@
---
title: Add space between text and loading icon in Megre Request Widget
merge_request: 9119
author: