mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Added styles to fix margin bottom for nested lists
Fixes #482 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
43bab3c1bd
commit
b6d9e695d1
@ -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