@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Alex Monk and committed by
epriestley
2660b944 00495e3a

+3
+3
src/view/form/control/AphrontFormControl.php
··· 241 241 $error, 242 242 $input, 243 243 $caption, 244 + 245 + // TODO: Remove this once the redesign finishes up. 246 + phutil_tag('div', array('style' => 'clear: both;'), ''), 244 247 )); 245 248 } 246 249 }