Add top padding for nested environment items loading icon
This commit is contained in:
parent
5b11fecd17
commit
f201b00ef4
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add top padding for nested environment items loading icon
|
||||
merge_request: 23580
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue