Merge branch 'fix/pipeline-header-padding' into 'master'

Add pipeline header padding

See merge request gitlab-org/gitlab-ce!16496
This commit is contained in:
Filipa Lacerda 2018-01-16 17:14:00 +00:00
commit ac23f3f0d1
2 changed files with 2 additions and 0 deletions

View file

@ -76,6 +76,7 @@
<loading-icon
v-if="isLoading"
size="2"
class="prepend-top-default append-bottom-default"
/>
</div>
</template>

View file

@ -92,6 +92,7 @@
<loading-icon
v-if="isLoading"
size="2"
class="prepend-top-default append-bottom-default"
/>
</div>
</template>