2023-08-16 15:12:53 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
ui: improve comment textarea add autofocus, add required, make it larger
diff --git a/view/comment_form.html b/view/comment_form.html index 396cb47..7f5fd59 100644 --- a/view/comment_form.html +++ b/view/comment_form.html @@ -30,8 +30,8 @@ </td> <td> <textarea - class="flat-field" id="text" name="text" - cols="50" rows="5">{{$comm.text}}</textarea> + class="flat-field" id="text" name="text" autofocus required + cols="100" rows="20">{{$comm.text}}</textarea> </td> </tr> </tbody>