1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00

Merge pull request #378 from Ma27/markdown-bulletpoints-margin

document/wysiwig: no margin for sublists
This commit is contained in:
Harvey Kandola 2020-11-12 18:54:17 +00:00 committed by GitHub
commit a0a166136e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,11 @@
line-height: 1.8rem; line-height: 1.8rem;
} }
ol ol, ul ul {
margin-top: 0;
margin-bottom: 0;
}
ol { ol {
li { li {
// list-style-type: decimal; // list-style-type: decimal;