Ensure consistent margin on headings in tree root (#12992)

This commit is contained in:
Bjarne Fyrstenborg
2022-09-21 16:10:40 +02:00
committed by GitHub
parent 92cde25a3e
commit 88bfef9e0d

View File

@@ -10,10 +10,14 @@
height: @editorHeaderHeight;
}
h1, h5 {
margin: 0;
flex: 1;
}
h1 {
font-size: @baseFontSize;
font-weight: 700;
margin: 0;
width: 100%;
display: flex;
}