Commit 935faf77 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'gt-add-top-padding-for-nested-environment-items-loading-icon' into 'master'

Add top padding for nested environment items loading icon

Closes #49450

See merge request gitlab-org/gitlab-ce!23580
parents 1f35e5bd a0314bb9
......@@ -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-16" />
</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