forked from Techsystech/web
wrap line breaks of the action message
parent
a031b5f8fb
commit
4f69643db2
|
@ -42,6 +42,9 @@ odoo.define('web.web_ir_actions_act_window_message', function(require)
|
||||||
$content: $('<div>',
|
$content: $('<div>',
|
||||||
{
|
{
|
||||||
text: action.message,
|
text: action.message,
|
||||||
|
css: {
|
||||||
|
'white-space': 'pre-line',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
buttons: buttons.concat(
|
buttons: buttons.concat(
|
||||||
|
|
Loading…
Reference in New Issue