Greenwich: Fix Select2 free-tagging css bug
authorColeman Watts <coleman@civicrm.org>
Tue, 15 Dec 2020 15:02:26 +0000 (10:02 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 15 Dec 2020 15:02:26 +0000 (10:02 -0500)
ext/greenwich/scss/_tweaks.scss

index 0bab3e6e4e3fb73f2c46be54145c75a628f04753..fe3a79d1cf7d5f553635b0d54ee7804e739b3e53 100644 (file)
@@ -6,3 +6,7 @@
 label input[type=checkbox]:not(:checked) + * {
   font-weight: normal;
 }
+/* Fix tagging-style select2 */
+.select2-choices {
+  margin-bottom: 0;
+}