diff --git a/ckanext/odsh/assets/odsh.css b/ckanext/odsh/assets/odsh.css
index a2dd8b497cc07836a3a02c60f98204e907b03b76..24d18f8f66de71ba7f48113f8bab86e40fd61030 100644
--- a/ckanext/odsh/assets/odsh.css
+++ b/ckanext/odsh/assets/odsh.css
@@ -3102,7 +3102,7 @@ li.resource-item:hover .resource-description .ellipsis-action > .ellipsis-overla
   padding: 0;
 }
 
-ul.inline-list > li + li::before {
+ul.inline-list > li:not(:last-child)::after {
   content: ", ";
 }