This is an automated email from the ASF dual-hosted git repository.

guanmingchiu pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 484fd6ad4ae [v3-1-test] Fix main content margin to align with 
navigation sidebar width (#61614) (#61622)
484fd6ad4ae is described below

commit 484fd6ad4ae23886cd89cfceda209c4d4c2a4f62
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 8 16:10:59 2026 +0800

    [v3-1-test] Fix main content margin to align with navigation sidebar width 
(#61614) (#61622)
    
    (cherry picked from commit 57b3f2f64540708bcb6d50b606731250e80c6f2f)
    
    Co-authored-by: Yeonguk Choo <[email protected]>
---
 airflow-core/src/airflow/ui/src/layouts/BaseLayout.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/src/airflow/ui/src/layouts/BaseLayout.tsx 
b/airflow-core/src/airflow/ui/src/layouts/BaseLayout.tsx
index 1f2574cc858..74d6ca3ece3 100644
--- a/airflow-core/src/airflow/ui/src/layouts/BaseLayout.tsx
+++ b/airflow-core/src/airflow/ui/src/layouts/BaseLayout.tsx
@@ -54,8 +54,8 @@ export const BaseLayout = ({ children }: PropsWithChildren) 
=> {
     <LocaleProvider locale={i18n.language || "en"}>
       <Nav />
       <Box
-        _ltr={{ ml: 20 }}
-        _rtl={{ mr: 20 }}
+        _ltr={{ ml: 16 }}
+        _rtl={{ mr: 16 }}
         display="flex"
         flexDirection="column"
         h="100vh"

Reply via email to