Commit 2d979e8189b946d8de2839b154abc65f83bc7a3d
1 parent
adb9f560
(My space) modify notes: increased number of lines for notes
Showing
1 changed file
with
1 additions
and
1 deletions
controllets/create-card-controllet/create-card-controllet.html
| @@ -183,7 +183,7 @@ | @@ -183,7 +183,7 @@ | ||
| 183 | <paper-textarea class="custom_textarea" id="text" | 183 | <paper-textarea class="custom_textarea" id="text" |
| 184 | label="" | 184 | label="" |
| 185 | char-counter | 185 | char-counter |
| 186 | - max-rows="6" | 186 | + max-rows="50" |
| 187 | maxlength="1024" | 187 | maxlength="1024" |
| 188 | value="{{text}}"> | 188 | value="{{text}}"> |
| 189 | 189 |