From e44876fc38a45358aceaf545a504e40b0f13b674 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Tue, 13 May 2025 13:30:36 +0530 Subject: [PATCH] Refactor header-container padding for improved layout consistency --- app/src/styles/layout/sidebar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/styles/layout/sidebar.scss b/app/src/styles/layout/sidebar.scss index e6b8f10..6fcf8ac 100644 --- a/app/src/styles/layout/sidebar.scss +++ b/app/src/styles/layout/sidebar.scss @@ -305,7 +305,6 @@ .header-container { @include flex-space-between; padding: 10px; - padding-left: 16px; width: 100%; gap: 8px; height: 52px;