Ensure consistent margin on headings in tree root (#12992)
(cherry picked from commit 88bfef9e0d)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
3139ad99e0
commit
0142ade713
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user