Commit e14e780c authored by Nathan Friend's avatar Nathan Friend

Merge branch 'feature-flags-edit-increase-loading-icon-size' into 'master'

Make Loading Icon on Feature Flag Edit Page Larger

See merge request gitlab-org/gitlab!46268
parents 00613c5a 4009b169
......@@ -103,7 +103,7 @@ export default {
>
{{ $options.translations.newFlagAlert }}
</gl-alert>
<gl-loading-icon v-if="isLoading" />
<gl-loading-icon v-if="isLoading" size="xl" class="gl-mt-7" />
<template v-else-if="!isLoading && !hasError">
<gl-alert v-if="deprecatedAndEditable" variant="warning" :dismissible="false" class="gl-my-5">
......
---
title: Make loading icon on feature flag edit page larger
merge_request: 46268
author:
type: fixed
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