Commit f201b00e authored by George Tsiolis's avatar George Tsiolis

Add top padding for nested environment items loading icon

parent 5b11fecd
......@@ -70,7 +70,7 @@ export default {
<template v-if="shouldRenderFolderContent(model)">
<div v-if="model.isLoadingFolderContent" :key="`loading-item-${i}`">
<gl-loading-icon :size="2" />
<gl-loading-icon :size="2" class="prepend-top-default" />
</div>
<template v-else>
......
---
title: Add top padding for nested environment items loading icon
merge_request: 23580
author: George Tsiolis
type: fixed
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