mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Increase height of message box on invite workflow
Summary: At least one user wanted to type more text here, and it seems reasonable that administrators may want to write a couple of paragraphs. I didn't make this short for any particular reason, I just wasn't sure what the workflow would look like as I was building it. Test Plan: Loaded page, saw normal height text area. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11779
This commit is contained in:
parent
557c22e9df
commit
f206da2dbf
1 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue