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; align-items: center;
} }
.metadata-properties > div { .metadata-properties {
height: 24px; display: flex;
flex-direction: column;
align-items: normal;
gap: 8px;
} }
.metadata-properties > div:not(:last-of-type) { .metadata-properties > div {
margin-bottom: 8px; height: 24px;
} }
.metadata-separator { .metadata-separator {