1
0
Fork 0
forked from OpenNeo/impress

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,10 +22,16 @@ body.items-show
display: inline display: inline
ul ul
li::after display: inline
list-style: none
li
display: inline
&::after
content: ", " content: ", "
li:last-child::after &:last-child::after
content: "." content: "."
.nc-icon .nc-icon