mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Merge pull request #540 from Abijeet/master
Added styles to fix margin bottom for nested lists
This commit is contained in:
commit
2db3998f11
@ -20,6 +20,10 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul ul, ul ol, ol ul, ol ol {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.katex { font-size: 1.3em; } /* This controls the global Katex font size*/
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user