Switched to more proper flex-gap for spacing text
This commit is contained in:
parent
4853bd806c
commit
900b5b4f77
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue