mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed header spacing (regression)
parent
3348b4f6f8
commit
d3cd843fc8
|
@ -87,6 +87,11 @@ export default function(theme: any) {
|
|||
*/
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, ul, table {
|
||||
margin-bottom: 0.65em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue