Add top padding for nested environment items loading icon

This commit is contained in:
George Tsiolis 2018-12-05 11:53:44 +02:00
parent 5b11fecd17
commit f201b00ef4
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -0,0 +1,5 @@
---
title: Add top padding for nested environment items loading icon
merge_request: 23580
author: George Tsiolis
type: fixed