@media (max-width: 850px) {
    .timesheet tr.mobile-editing td[data-label="Commentaire"] {
        min-width: 0 !important;
        overflow: hidden;
        padding-right: 12px !important;
    }

    .timesheet tr.mobile-editing input[name="comment"] {
        box-sizing: border-box;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
