Skip to content

Commit

Permalink
Add margins around list-items in markdown
Browse files Browse the repository at this point in the history
They're pretty tightly squeezed in there right now.
  • Loading branch information
bioball authored and RomanHotsiy committed Aug 21, 2017
1 parent c819bd6 commit b165785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/Redoc/redoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ footer {
font-family: $base-font, $base-font-family;
font-weight: $base-font-weight;
line-height: $base-line-height;
> li {
margin: 1em 0;
}
}

table {
Expand Down

0 comments on commit b165785

Please sign in to comment.