Skip to content

Commit

Permalink
Fix nested bullet list (#223)
Browse files Browse the repository at this point in the history
- Add css-rule to display incorrectly added <p>-tag inline.
fixes #221

Signed-off-by: Max Elia Schweigkofler <[email protected]>
  • Loading branch information
max-elia authored Oct 12, 2021
1 parent c74001e commit 426f56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/docs-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ const DocContainer = styled.div`
margin-top: .8rem;
}
li > p {
display: inline;
}
code,
pre {
max-width: 100%;
Expand Down

0 comments on commit 426f56c

Please sign in to comment.