Commit a0314bb9 authored by George Tsiolis's avatar George Tsiolis

Switch from `prepend-top-default` to `prepend-top-16`

parent f201b00e
......@@ -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" class="prepend-top-default" />
<gl-loading-icon :size="2" class="prepend-top-16" />
</div>
<template v-else>
......
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