Skip to content

Commit

Permalink
fix list items not displaying as list items
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Nov 22, 2021
1 parent b85bb59 commit c8264dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/npf.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
line-height: 1.3em;
}

[data-block="text"][data-subtype="unordered-list-item"],
[data-block="text"][data-subtype="ordered-list-item"] {
display: list-item;
}

[data-block="image"] img {
width: 100%;
}
Expand Down

0 comments on commit c8264dc

Please sign in to comment.