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
|
||||
v-if="isLoading"
|
||||
size="2"
|
||||
class="prepend-top-default append-bottom-default"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
<loading-icon
|
||||
v-if="isLoading"
|
||||
size="2"
|
||||
class="prepend-top-default append-bottom-default"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue