mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-01 03:38:53 +08:00
Remove vertical margin from nested markdown lists (#631)
This commit is contained in:
parent
f1b675f1b5
commit
08727bddac
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@
|
|||
@apply my-1;
|
||||
}
|
||||
|
||||
.markdown li > ul,
|
||||
.markdown li > ol {
|
||||
@apply my-0;
|
||||
}
|
||||
|
||||
.markdown blockquote {
|
||||
@apply border-l-4 border-gray-200 pl-4 py-2 my-4 text-gray-500;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue