-
- Downloads
[FIX] web: fix new line in confirmation and alert dialog
Steps:
- Install studio.
- Open studio.
- Click on reset default view.
Issue:
- Confirmation dialog body display in single line instead in
multiple lines same thing happens in pos confirmation dialog
also in new friendly message task we need to display error
message in multiple line.
Cause:
- There is a style missing on body of that dialog to preserve
white spaces also need to use other tag then <t> to apply
proper style
Fix:
- Use <p> tag instead <t> tag and add `white-space:pre-wrap;`
to preserve space in that dialogs.
task-3356114
closes odoo/odoo#124953
Signed-off-by:
Pierre Paridans (app) <app@odoo.com>
Please register or sign in to comment