Ensure consistent margin on headings in tree root (#12992)
This commit is contained in:
committed by
GitHub
parent
92cde25a3e
commit
88bfef9e0d
@@ -10,10 +10,14 @@
|
|||||||
height: @editorHeaderHeight;
|
height: @editorHeaderHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h5 {
|
||||||
|
margin: 0;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: @baseFontSize;
|
font-size: @baseFontSize;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user