View | Details | Raw Unified | Return to bug 27777
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +14 lines)
Lines 4365-4370 div .suggestion_note { Link Here
4365
    }
4365
    }
4366
}
4366
}
4367
4367
4368
table #invoices {
4369
    table-layout: fixed;
4370
    td {
4371
        word-wrap: break-all;
4372
    }
4373
}
4374
4375
table #sale {
4376
    table-layout: fixed;
4377
    td {
4378
        word-wrap: break-all;
4379
    }
4380
}
4381
4368
@media (min-width: 200px) {
4382
@media (min-width: 200px) {
4369
4383
4370
}
4384
}
4371
- 

Return to bug 27777