mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Revert "Remove an empty div"
Summary: This reverts commit a896494ce5
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
This commit is contained in:
parent
00495e3a0e
commit
2660b944be
1 changed files with 3 additions and 0 deletions
|
@ -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;'), ''),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue