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:
parent
0c615043f2
commit
f89fdf0219
1 changed files with 10 additions and 4 deletions
|
@ -22,11 +22,17 @@ body.items-show
|
||||||
display: inline
|
display: inline
|
||||||
|
|
||||||
ul
|
ul
|
||||||
li::after
|
display: inline
|
||||||
content: ", "
|
list-style: none
|
||||||
|
|
||||||
|
li
|
||||||
|
display: inline
|
||||||
|
|
||||||
li:last-child::after
|
&::after
|
||||||
content: "."
|
content: ", "
|
||||||
|
|
||||||
|
&:last-child::after
|
||||||
|
content: "."
|
||||||
|
|
||||||
.nc-icon
|
.nc-icon
|
||||||
height: 16px
|
height: 16px
|
||||||
|
|
Loading…
Reference in a new issue