/* ── ChecklistItemResult list: column widths ── */

/* Label (Опис) — вужче на 30% */
.change-list table th.column-label,
.change-list table td.field-label {
    width: 25%;
    max-width: 25%;
}

/* Classification — ширше, без переносу */
.change-list table th.column-classification_badge,
.change-list table td.field-classification_badge {
    width: 18%;
    white-space: nowrap;
}

/* Classification badge — рядок без переносу */
.change-list table td.field-classification_badge span {
    white-space: nowrap;
    display: inline-block;
}
