diff --git a/src/view/form/control/AphrontFormControl.php b/src/view/form/control/AphrontFormControl.php index ec3dc95092..ab4022a147 100644 --- a/src/view/form/control/AphrontFormControl.php +++ b/src/view/form/control/AphrontFormControl.php @@ -241,6 +241,9 @@ abstract class AphrontFormControl extends AphrontView { $error, $input, $caption, + + // TODO: Remove this once the redesign finishes up. + phutil_tag('div', array('style' => 'clear: both;'), ''), )); } }