@@ -, +, @@ box 1) Create 100 component parts 2) Notice without this patch the number next to the component part is not fully shown --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -594,6 +594,7 @@ ol { li { list-style: decimal; + list-style-position: inside; } &.bibliodetails { --