mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(app/endpoint-group): replace the tag dropdown by isteven-multi-select (#4714)
* feat-app/endpoint-group): replace the tag dropdown by isteven-multi-select * feat(app/endpoint-group): fix the dropdown height * feat(app/tag-selector): remove the slice on filtered tags and add some style to fix the dropdown height
This commit is contained in:
parent
3339ed9509
commit
3b4afe838c
3 changed files with 11 additions and 4 deletions
|
@ -1016,3 +1016,10 @@ json-tree .branch-preview {
|
|||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* uib-typeahead override */
|
||||
#scrollable-dropdown-menu .dropdown-menu {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
/* !uib-typeahead override */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue