BigW Consortium Gitlab

Commit 027a4bd2 by Annabel Dunstone Gray

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
parents 84e1cc55 44826649
...@@ -85,14 +85,18 @@ ...@@ -85,14 +85,18 @@
-webkit-align-items: center; -webkit-align-items: center;
align-items: center; align-items: center;
i,
svg {
margin-right: 8px;
}
svg { svg {
margin-right: 4px;
position: relative; position: relative;
top: 1px; top: 1px;
overflow: visible; overflow: visible;
} }
&> span { & > span {
padding-right: 4px; 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