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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue