From 2660b944bed4e4dde3e66303656b1d96d8b03e9b Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Fri, 2 Jan 2015 09:09:33 -0800 Subject: [PATCH] Revert "Remove an empty div" Summary: This reverts commit a896494ce582a238ce130efc87b68cd1b301580e which caused T6852 Test Plan: Check, for example, the position of the 'Save Account Settings' button Reviewers: joshuaspence, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6852 Differential Revision: https://secure.phabricator.com/D11157 --- src/view/form/control/AphrontFormControl.php | 3 +++ 1 file changed, 3 insertions(+) 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;'), ''), )); } }