diff --git a/core/modules/field/theme/field.tpl.php b/core/modules/field/theme/field.tpl.php
index 9e76e3b9c12f4beb600b7efd859a26500e7ce09b..a6d7a9659645cea40dcae60cd4c64d24ea96f2ba 100644
--- a/core/modules/field/theme/field.tpl.php
+++ b/core/modules/field/theme/field.tpl.php
@@ -48,7 +48,7 @@
 After copying this file to your theme's folder and customizing it, remove this
 HTML comment.
 -->
-<div class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
+<div class="<?php print $classes; ?>"<?php print $attributes; ?>>
   <?php if (!$label_hidden): ?>
     <div class="field-label"<?php print $title_attributes; ?>><?php print $label ?>:&nbsp;</div>
   <?php endif; ?>