@@ -, +, @@ results - To test you should be able to perform a catalog search in the OPAC which will return results which have one or more tags and which are on one or more lists. - In the OPAC search results, confirm that there isn't extra padding between the "Tags:" and "Lists:" labels and their values. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2037,9 +2037,10 @@ nav { .tags, .shelves { ul { - display: inline; + display: inline-block; list-style: none; - margin-left: 0; + margin: 0; + padding: 0; li { display: inline; --