Fix item page contributor list styles

Idk when and how this regressed, maybe I deleted a style I thought was
unused? But yeah, this is how this was always intended to render.
This commit is contained in:
Emi Matchu 2024-01-23 04:37:43 -08:00
parent 0c615043f2
commit f89fdf0219

View file

@ -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