Fix styling of multi-selects
This commit is contained in:
parent
275ae05128
commit
356920421a
@ -282,7 +282,6 @@ function formatRepo (repo) {
|
||||
}
|
||||
|
||||
function formatRepoSelection (repo) {
|
||||
console.log(repo);
|
||||
return repo.full_name || repo.text;
|
||||
}
|
||||
</script>
|
||||
|
@ -39,3 +39,9 @@ img.img-flag {
|
||||
height: 15px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
/* Override some styles for Select2 component elements */
|
||||
input.select2-search__field {
|
||||
margin-bottom: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user