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