.o_form_view .o_form_sheet .o_notebook .tab-content .tab-pane .o_mail_body {
    // cancel padding of form_sheet
    margin-top: -$o-sheet-cancel-tpadding;
    margin-left: -$o-sheet-cancel-hpadding;
    margin-right: -$o-sheet-cancel-hpadding;
    margin-bottom: -$o-sheet-cancel-bpadding;
}

@media (max-width: 768px) {
    .o_mail_template_preview {
        width: 50%!important;
    }
}

body.editor_enable.o_basic_theme.o_in_iframe {
    padding-right: 0px !important;
}

.note-editable .o_layout {
    overflow: initial;
}

.oe_structure {
    width: 100%;
}

:root {
    font-size: 14px;
}
