@@ -, +, @@ better --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1452,7 +1452,8 @@ { "targets": [ -1 ], "sortable": false, "searchable": false }, { "type": "title-string", "targets" : [ "title-string" ] } ], - "bKohaColumnsUseNames": true + "bKohaColumnsUseNames": true, + "autoWidth": false }, columns_settings); KohaTable("#otherholdingst", { @@ -1461,7 +1462,8 @@ { "targets": [ -1 ], "sortable": false, "searchable": false }, { "type": "title-string", "targets" : [ "title-string" ] } ], - "bKohaColumnsUseNames": true + "bKohaColumnsUseNames": true, + "autoWidth": false }, columns_settings); var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %]; --