Commit 6aa9273e authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'psimyn-master-patch-30205' into 'master'

Max width for sidebar dropdown widgets

See merge request gitlab-org/gitlab!68431
parents 909d6c74 eb9fab52
...@@ -369,6 +369,7 @@ export default { ...@@ -369,6 +369,7 @@ export default {
:text="dropdownText" :text="dropdownText"
:loading="loading" :loading="loading"
class="gl-w-full" class="gl-w-full"
toggle-class="gl-max-w-100"
@shown="setFocus" @shown="setFocus"
> >
<gl-search-box-by-type ref="search" v-model="searchTerm" /> <gl-search-box-by-type ref="search" v-model="searchTerm" />
......
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