Skip to content
Snippets Groups Projects
Commit d5c985e8 authored by Guillaume (gdi)'s avatar Guillaume (gdi)
Browse files

[FIX] website_forum: enlarge answer textarea


This commit permits to enlarge the answer textarea in the forum.

Steps to reproduce the "issue" resolved by this commit:
- Go to /forum
- Click on a thread
- Click on "Answer"

=> The textarea is too small to write a long answer.

task-2865782

closes odoo/odoo#118519

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 2c409278
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ publicWidget.registry.websiteForum = publicWidget.Widget.extend({
toolbar.push(['history', ['undo', 'redo']]);
var options = {
height: 200,
height: 350,
minHeight: 80,
toolbar: toolbar,
styleWithSpan: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment