mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Merge pull request #378 from Ma27/markdown-bulletpoints-margin
document/wysiwig: no margin for sublists
This commit is contained in:
commit
a0a166136e
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue