769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
13 lines
241 B
CSS
13 lines
241 B
CSS
.o_kanban_group .note_text_line_through {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.openerp .oe_form .oe_pad.oe_memo {
|
|
width: auto;
|
|
}
|
|
.openerp .oe_form .oe_form_field.oe_memo {
|
|
margin: 0;
|
|
padding: 0px;
|
|
width: 100%;
|
|
min-height: 200px; }
|