Commit 4ca6a719 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '28229-pipelines-loading-icon' into 'master'

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

Closes #28229

See merge request !9256
parents 35b31ba8 8fa17561
...@@ -81,8 +81,8 @@ require('./pipelines_store'); ...@@ -81,8 +81,8 @@ require('./pipelines_store');
}, },
template: ` template: `
<div> <div class="pipelines">
<div class="pipelines realtime-loading" v-if="isLoading"> <div class="realtime-loading" v-if="isLoading">
<i class="fa fa-spinner fa-spin"></i> <i class="fa fa-spinner fa-spin"></i>
</div> </div>
......
---
title: Centers loading icon vertically and horizontally in pipelines table in commit
view
merge_request:
author:
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