.o_form_project_tasks .o_form_renderer {
    .o_widget_web_ribbon:not(.o_invisible_modifier) + div div[name="kanban_state"] > div {
        margin-right: 150px;
        padding-left: 1rem;
    }

    div[name="kanban_state"] span.o_status {
        width: 17px;
        height: 17px;
    }

    .note-editable {
        border: 0;
    }

    .o_wysiwyg_resizer {
        border: 0;
    }

    .o_form_project_recurrence_message *:last-child {
        margin-bottom: 0;
    }

    &.o_form_editable .oe_title {
        max-width: initial;
    }
}
