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.
master
voussoir 2021-05-30 19:18:16 -07:00
parent 9f84435ad9
commit 84d966ff3d
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ pre
display: flex;
flex-direction: row;
height: 18px;
margin: 8px;
background-color: var(--color_transparency);
}