Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-03 00:11:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-03 00:11:52 +0300
commit3279435af8c7a64100256195f226d7911596fd28 (patch)
treecd342a0a00fc308b1c13ab1c8c52d76a1c1c9eab /app/assets/javascripts/vue_shared/components/dropdown
parent23f57fb31fe83ea8666753f94118f6d834517dfb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/dropdown')
-rw-r--r--app/assets/javascripts/vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue b/app/assets/javascripts/vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue
index 4fbd9b93af0..153b0981813 100644
--- a/app/assets/javascripts/vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue
+++ b/app/assets/javascripts/vue_shared/components/dropdown/dropdown_widget/dropdown_widget.vue
@@ -130,7 +130,7 @@ export default {
</slot>
</template>
<slot name="default">
- <gl-dropdown-form class="gl-relative gl-min-h-7">
+ <gl-dropdown-form class="gl-relative gl-min-h-7" data-qa-selector="labels_dropdown_content">
<gl-loading-icon
v-if="isLoading"
size="md"