Switched to more proper flex-gap for spacing text

This commit is contained in:
Adam Gastineau 2025-02-10 11:32:58 -08:00
parent 4853bd806c
commit 900b5b4f77

View file

@ -41,12 +41,15 @@
align-items: center;
}
.metadata-properties > div {
height: 24px;
.metadata-properties {
display: flex;
flex-direction: column;
align-items: normal;
gap: 8px;
}
.metadata-properties > div:not(:last-of-type) {
margin-bottom: 8px;
.metadata-properties > div {
height: 24px;
}
.metadata-separator {