Set #header height: 18px, which was already the natural height.
No visual change now, but writing it down helps communicate intention with regards to the size of other elements.
This commit is contained in:
parent
9f84435ad9
commit
84d966ff3d
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ pre
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
height: 18px;
|
||||
margin: 8px;
|
||||
background-color: var(--color_transparency);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue