diff --git a/theme/js/entityconnect.js b/theme/js/entityconnect.js
index 215133a..caa2b30 100644
--- a/theme/js/entityconnect.js
+++ b/theme/js/entityconnect.js
@@ -37,6 +37,7 @@
         var $form_type_select = $(this).siblings(".form-type-select");
         if ($(this).hasClass('multiple-selection')) {
           $(this).insertAfter($form_type_select.find("label").first());
+          $('<div class="clearfix"></div>').insertAfter(this);
         }
         else {
           $(this).insertAfter($form_type_select.children("select"));
