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:
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
Block a user