Merge "allows editing for any length of story title"

This commit is contained in:
Zuul 2019-03-02 01:46:34 +00:00 committed by Gerrit Code Review
commit ae3d38771d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
ng-model="story.title"
required
focus
maxlength="100"
maxlength="255"
placeholder="Story title"
ng-disabled="isUpdating">
<span class="form-control-feedback"