fix(css): spacing for info row values

This commit is contained in:
PandaDEV 2024-12-19 13:12:47 +10:00
parent 616be31340
commit 41535296e9
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -241,6 +241,7 @@ $mutedtext: #78756f;
justify-content: space-between; justify-content: space-between;
padding: 8px 0; padding: 8px 0;
border-bottom: 1px solid $divider; border-bottom: 1px solid $divider;
line-height: 1;
&:last-child { &:last-child {
border-bottom: none; border-bottom: none;
@ -264,7 +265,7 @@ $mutedtext: #78756f;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
margin-left: 16px; margin-left: 32px;
} }
} }
} }