Commit 97fe1637 authored by Andrew Fontaine's avatar Andrew Fontaine

Allow Environment Scopes to Wrap on Flags Table

In feature flags, if a user has many environments attatched to a scope,
the list runs out of the table.

Allowing the list to break is an interim measure to allow all the
environments to be viewed.
parent 8b4c3352
......@@ -199,7 +199,7 @@ export default {
:key="strategy.id"
data-testid="strategy-badge"
variant="info"
class="gl-mr-3 gl-mt-2"
class="gl-mr-3 gl-mt-2 gl-white-space-normal gl-text-left gl-px-5"
>{{ strategyBadgeText(strategy) }}</gl-badge
>
</template>
......
---
title: Allow Environment Scopes to Wrap on Feature Flags Table
merge_request: 52617
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