Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
v-filtered-search-bar
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benoit Toutain
v-filtered-search-bar
Commits
50ecfc64
Commit
50ecfc64
authored
1 year ago
by
benoit.toutain
Browse files
Options
Downloads
Patches
Plain Diff
Réglage de la taille maximale du menu en hauteur
parent
50b67ff4
No related branches found
No related tags found
No related merge requests found
Pipeline
#131651
failed with stage
in 2 minutes and 46 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/VFilteredSearchBar.vue
+6
-1
6 additions, 1 deletion
src/components/VFilteredSearchBar.vue
with
6 additions
and
1 deletion
src/components/VFilteredSearchBar.vue
+
6
−
1
View file @
50ecfc64
...
...
@@ -20,7 +20,8 @@
v-model=
"menu"
auto
max-width=
"250"
round=
"md"
round=
"lg"
content-class=
"filtered-search-bar-menu"
>
<template
v-slot:activator=
"
{ on, attrs }">
<v-text-field
...
...
@@ -276,6 +277,10 @@ export default {
border-radius
:
0.25em
;
}
.filtered-search-bar-menu
{
max-height
:
250px
!important
;
}
.search-input
{
min-width
:
20%
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment