mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
Set margin-bottom to 0 for list
The value should be set to a smaller one. 0em makes the visibility more comfortable and consistent with the text itself.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
.block-body ul,
|
||||
.block-body ol,
|
||||
.block-body dl {
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 0em;
|
||||
|
||||
> li {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user