mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
7 lines
335 B
CSS
7 lines
335 B
CSS
.openerp .oe_form_field_text_ckeditor4.disabled, .openerp td.oe_form_field_text_ckeditor4, .openerp .oe_form_field_text_ckeditor4_raw.disabled.openerp, .openerp td.oe_form_field_text_ckeditor4_raw {
|
|
/* here we need to reset openerp's styles to
|
|
* have the HTML display as (probably) intended
|
|
*/
|
|
white-space: normal;
|
|
}
|