Centers loading icon vertically and horizontally in pipelines table in commit view

This commit is contained in:
Filipa Lacerda 2017-02-15 11:37:29 +00:00
parent 511329a68c
commit 8fa175613d
2 changed files with 7 additions and 2 deletions

View file

@ -81,8 +81,8 @@ require('./pipelines_store');
},
template: `
<div>
<div class="pipelines realtime-loading" v-if="isLoading">
<div class="pipelines">
<div class="realtime-loading" v-if="isLoading">
<i class="fa fa-spinner fa-spin"></i>
</div>

View file

@ -0,0 +1,5 @@
---
title: Centers loading icon vertically and horizontally in pipelines table in commit
view
merge_request:
author: