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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-1 / +9 lines)
Lines 360-362 th { Link Here
360
#catalog_detail .col-sm-push-2 {
360
#catalog_detail .col-sm-push-2 {
361
    left: 0;
361
    left: 0;
362
}
362
}
363
- 
363
364
/* print-visible */
365
#bibliodetails .tab-pane {
366
    display: block !important;
367
    height: auto !important;
368
    visibility: visible !important;
369
    overflow: visible !important;
370
}
371

Return to bug 33701