diff --git a/pages/06.data-sources/02.ajax/docs.md b/pages/06.data-sources/02.ajax/docs.md index d7512519..8cff664a 100644 --- a/pages/06.data-sources/02.ajax/docs.md +++ b/pages/06.data-sources/02.ajax/docs.md @@ -282,7 +282,6 @@ function formatRepo (repo) { } function formatRepoSelection (repo) { - console.log(repo); return repo.full_name || repo.text; } diff --git a/themes/site/css/theme.css b/themes/site/css/theme.css index a20caee4..e6ab54cc 100644 --- a/themes/site/css/theme.css +++ b/themes/site/css/theme.css @@ -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; +}