Commit 173a92ce authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Use li instead of div in feature flag tab buttons

parent 871933eb
......@@ -278,7 +278,7 @@ export default {
/>
</feature-flags-tab>
<template #tabs-end>
<div
<li
class="gl-display-none gl-display-md-flex gl-align-items-center gl-flex-fill-1 gl-justify-content-end"
>
<gl-button
......@@ -313,7 +313,7 @@ export default {
>
{{ s__('FeatureFlags|New feature flag') }}
</gl-button>
</div>
</li>
</template>
</gl-tabs>
</div>
......
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