Commit 26f9b823 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Regis

Merge branch...

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
parent 29d60620
......@@ -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;
}
......
---
title: Add space between text and loading icon in Megre Request Widget
merge_request: 9119
author:
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