From 41535296e9a4ce05eb62031504e7a61a41a6f50d Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:12:47 +1000 Subject: [PATCH] fix(css): spacing for info row values --- assets/css/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/index.scss b/assets/css/index.scss index a013480..db473f6 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -241,6 +241,7 @@ $mutedtext: #78756f; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid $divider; + line-height: 1; &:last-child { border-bottom: none; @@ -264,7 +265,7 @@ $mutedtext: #78756f; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; - margin-left: 16px; + margin-left: 32px; } } }