Commit b6fb4a98 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'creator-pairing-fix-spinner' into 'master'

Fix spinner size for groups list

See merge request gitlab-org/gitlab!26805
parents a10165d0 87119f9c
......@@ -103,8 +103,8 @@ export default {
</div>
<gl-loading-icon
v-if="group.isChildrenLoading"
size="md"
class="d-none d-sm-inline-flex flex-shrink-0 append-right-10"
size="lg"
class="d-none d-sm-inline-flex flex-shrink-0 append-right-8"
/>
<div
:class="{ 'd-sm-flex': !group.isChildrenLoading }"
......
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