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:
commit
ac23f3f0d1
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
<loading-icon
|
<loading-icon
|
||||||
v-if="isLoading"
|
v-if="isLoading"
|
||||||
size="2"
|
size="2"
|
||||||
|
class="prepend-top-default append-bottom-default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -92,6 +92,7 @@
|
||||||
<loading-icon
|
<loading-icon
|
||||||
v-if="isLoading"
|
v-if="isLoading"
|
||||||
size="2"
|
size="2"
|
||||||
|
class="prepend-top-default append-bottom-default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue