mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
new: update css to have better rendering in read mode.
This commit is contained in:
committed by
Olga Marco
parent
8a755ed695
commit
dc3e07a5fc
@@ -5,7 +5,7 @@
|
||||
|
||||
<t t-name="FieldMarkDown">
|
||||
|
||||
<div t-attf-class="oe_form_field oe_form_field_text oe_form_field_markdown #{widget.get('effective_readonly')?'web_markdown_read_only':'web_markdown_edit'}" t-att-style="widget.node.attrs.style">
|
||||
<div t-attf-class="oe_form_field oe_form_field_markdown markdown-body" t-att-style="widget.node.attrs.style">
|
||||
|
||||
<t t-if="!widget.get('effective_readonly')">
|
||||
<textarea rows="6"
|
||||
|
||||
Reference in New Issue
Block a user