diff --git a/app/assets/stylesheets/items/_show.sass b/app/assets/stylesheets/items/_show.sass index 4b585e0e..0c0c2f6e 100644 --- a/app/assets/stylesheets/items/_show.sass +++ b/app/assets/stylesheets/items/_show.sass @@ -22,11 +22,17 @@ body.items-show display: inline ul - li::after - content: ", " + display: inline + list-style: none + + li + display: inline - li:last-child::after - content: "." + &::after + content: ", " + + &:last-child::after + content: "." .nc-icon height: 16px