1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Fix styling of multi-selects

This commit is contained in:
alexweissman 2017-09-12 23:45:19 -04:00
parent 275ae05128
commit 356920421a
2 changed files with 6 additions and 1 deletions

View File

@ -282,7 +282,6 @@ function formatRepo (repo) {
}
function formatRepoSelection (repo) {
console.log(repo);
return repo.full_name || repo.text;
}
</script>

View File

@ -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;
}