mirror of https://github.com/OCA/web.git
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>',
|
||||
{
|
||||
text: action.message,
|
||||
css: {
|
||||
'white-space': 'pre-line',
|
||||
}
|
||||
}
|
||||
),
|
||||
buttons: buttons.concat(
|
||||
|
|
Loading…
Reference in New Issue