From: Tom Hughes Date: Mon, 23 Sep 2013 13:16:02 +0000 (+0100) Subject: Set a size for the user description text area X-Git-Tag: live~4751 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/63d211e4a6c960da8859d221a93875b966c22b5e?ds=inline Set a size for the user description text area --- diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 0a2f056c2..e5cbe22b5 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -87,7 +87,7 @@
- <%= richtext_area :user, :description %> + <%= richtext_area :user, :description, :cols => 80, :rows => 20 %>