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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue