margin-bottom for nested lists is too big
The margin-bottom after nested lists is too big. In some cases this looks like an entire line is separating the nested list and the outer list continuation.
I think this is a ProseMirror bug.
Possible solution:
div.ProseMirror ul {
margin-bottom: 0.5em; /* either 1em or 0.5em; 1em is default but 0.5em looks better */
}
div.ProseMirror ul ul {
margin-bottom: 0em; /* no margin in nested lists */
}
To Reproduce
Steps to reproduce the behavior:
- Go to 'Files and create a new Markdown file'
- Create a nested list, e.g. a task list
- See error
Expected behavior
No gap between nested list and outer list continuation.
Screenshots
Client details:
- OS: every
- Browser: every
- Browser version: every
- Device: every
margin-bottomfor nested lists is too bigThe
margin-bottomafter nested lists is too big. In some cases this looks like an entire line is separating the nested list and the outer list continuation.I think this is a ProseMirror bug.
Possible solution:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No gap between nested list and outer list continuation.
Screenshots
Client details: