Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f509947
Commit
6f509947
authored
Dec 14, 2020
by
Angelo Gulina
Committed by
Nathan Friend
Dec 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the strategies env wrap
parent
ba922543
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/feature_flags/components/strategy.vue
app/assets/javascripts/feature_flags/components/strategy.vue
+2
-2
changelogs/unreleased/293685-many-environments-strategies-break-the-row.yml
...sed/293685-many-environments-strategies-break-the-row.yml
+5
-0
No files found.
app/assets/javascripts/feature_flags/components/strategy.vue
View file @
6f509947
...
...
@@ -183,11 +183,11 @@ export default {
<span
v-if=
"appliesToAllEnvironments"
class=
"text-secondary gl-mt-3 mt-md-0 ml-md-3"
>
{{ $options.i18n.allEnvironments }}
</span>
<div
v-else
class=
"gl-display-flex gl-align-items-center"
>
<div
v-else
class=
"gl-display-flex gl-align-items-center
gl-flex-wrap
"
>
<gl-token
v-for=
"environment in filteredEnvironments"
:key=
"environment.id"
class=
"gl-mt-3 gl-mr-3 mt-md-0 mr-md-0 ml-md-2 rounded-pill"
class=
"gl-mt-3 gl-mr-3
gl-mb-3
mt-md-0 mr-md-0 ml-md-2 rounded-pill"
@
close=
"removeScope(environment)"
>
{{ environment.environmentScope }}
...
...
changelogs/unreleased/293685-many-environments-strategies-break-the-row.yml
0 → 100644
View file @
6f509947
---
title
:
Make the strategies env wrap
merge_request
:
49951
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment