[10.0][MIG] web_widget_text_markdown

Adjustment to make it work version 10.0
This commit is contained in:
phuc.nt
2018-02-27 09:31:21 +07:00
committed by bobrador
parent 12d600ac77
commit a0b04f94c9
8 changed files with 1038 additions and 779 deletions

View File

@@ -1,4 +1,4 @@
.openerp .oe_form .oe_form_field_markdown .oe_form_text_content {
.oe_form_field_markdown {
text-overflow: ellipsis;
/* display: inline-block;
white-space: pre-wrap;
@@ -6,7 +6,7 @@
width: 100%;
}
.openerp .markdown-body thead th:first-child {
.markdown-body thead th:first-child {
border-left: 1px solid #ddd !important;
}