1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixed header spacing (regression)

This commit is contained in:
Laurent Cozic 2021-08-05 12:50:41 +01:00
parent 3348b4f6f8
commit d3cd843fc8

View File

@ -87,6 +87,11 @@ export default function(theme: any) {
*/ */
unicode-bidi: plaintext; unicode-bidi: plaintext;
} }
h1, h2, h3, h4, h5, h6, ul, table {
margin-bottom: 0.65em;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
line-height: 1.5em; line-height: 1.5em;
} }