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