From 7e88511d18c845f1cc8d3df40120d70d53eb3eb6 Mon Sep 17 00:00:00 2001 From: Riju19 <19.riju@gmail.com> Date: Fri, 1 Mar 2019 02:21:41 +0530 Subject: [PATCH] allows editing for any length of story title Change-Id: I6891b3cf3c4215ae77c2cb40903a6ff157063087 --- src/app/stories/template/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index a7036bcf..35d7cc18 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -130,7 +130,7 @@ ng-model="story.title" required focus - maxlength="100" + maxlength="255" placeholder="Story title" ng-disabled="isUpdating">