Commit 4009b169 authored by Andrew Fontaine's avatar Andrew Fontaine Committed by Nathan Friend

Make Loading Icon on Feature Flag Edit Page Larger

Also add some spacing at the top.
parent 47d41fea
......@@ -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