Is the max length of the "comment" field in Social Q&A editable?Issue With regard to Social Q&A ($social_qa.do), when a user clicks "Post a Question", there is a "Comment" field where a user can enter a comment. This field only permits the user to enter 100 characters or less.ReleaseKingston Patch 6CauseThe reason a user can only enter 100 characters into this field is that there is code dictating the character cap: input maxlength="100".ResolutionUnfortunately, the code controlling the maxlength property is not editable as it is in the back-end of the Platform.