1
0
Fork 0

Reduce CW textarea size.

This commit is contained in:
Nicolas Perriault 2017-05-22 09:22:42 +02:00
parent d4312640f2
commit 99cb76d19c
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ draftView ({ draft, currentUser } as model) =
, textarea
[ id "spoiler"
, class "form-control"
, rows 5
, rows 4
, placeholder "This text will always be visible."
, onInput <| DraftEvent << UpdateSpoiler
, required True