From 8b7099e2eb7c4b7db394f566becc6448948ca992 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Wed, 31 Dec 2025 13:29:48 +0530 Subject: [PATCH] fix: alignment of header title and subtitle with logo --- frappe/public/scss/desk/sidebar_header.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frappe/public/scss/desk/sidebar_header.scss b/frappe/public/scss/desk/sidebar_header.scss index da10cf0f5e..bd11993a79 100644 --- a/frappe/public/scss/desk/sidebar_header.scss +++ b/frappe/public/scss/desk/sidebar_header.scss @@ -47,13 +47,15 @@ } .header-title { font-weight: 500; - line-height: 1; + line-height: 1.2; @include truncate(); overflow: unset; } .header-subtitle { color: var(--ink-gray-6); + line-height: 1.2; font-size: var(--text-sm); @include truncate(); + margin-top: 3px; }