diff --git a/src/applications/people/controller/PhabricatorPeopleInviteSendController.php b/src/applications/people/controller/PhabricatorPeopleInviteSendController.php index 5add6ec07d..7543e96fbc 100644 --- a/src/applications/people/controller/PhabricatorPeopleInviteSendController.php +++ b/src/applications/people/controller/PhabricatorPeopleInviteSendController.php @@ -188,8 +188,7 @@ final class PhabricatorPeopleInviteSendController id(new AphrontFormTextAreaControl()) ->setLabel(pht('Message')) ->setName(pht('message')) - ->setValue($message) - ->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT)) + ->setValue($message)) ->appendChild( id(new AphrontFormSubmitControl()) ->setValue(