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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +8 lines)
Lines 2082-2087 nav { Link Here
2082
    overflow: auto;
2082
    overflow: auto;
2083
}
2083
}
2084
2084
2085
#holdingst {
2086
    table-layout: fixed;
2087
2088
    td {
2089
        overflow-wrap: break-word;
2090
    }
2091
}
2092
2085
#shelfbrowser {
2093
#shelfbrowser {
2086
    table {
2094
    table {
2087
        margin: 0;
2095
        margin: 0;
2088
- 

Return to bug 25242