Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Added top-margin to nested lists (#889)
Browse files Browse the repository at this point in the history
no issue

- nested lists can become very cramped in post previews, this matches the top margin of the list to what would normally be used in-between list items
  • Loading branch information
kevinansfield authored and aileen committed Oct 9, 2017
1 parent 0ef0af5 commit dd307ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/patterns/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ol ol,
ul ul,
ul ol,
ol ul {
margin: 0 0 0.4em 0;
margin: 10px 0 0.4em 0;
padding-left: 2em;
font-size: 0.9em;
}
Expand Down

0 comments on commit dd307ee

Please sign in to comment.