mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
wrap line breaks of the action message
This commit is contained in:
committed by
Jasmin Solanki
parent
ff4d835f6d
commit
4ed7715658
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user