mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added top-margin to nested lists (#889)
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
This commit is contained in:
parent
60ed43b373
commit
d6bd86f84b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user