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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b5c1bcf2096 fix header (#45330)
b5c1bcf2096 is described below

commit b5c1bcf2096fa4e5476aeed28789969c53db7a19
Author: Shubham Raj <[email protected]>
AuthorDate: Wed Jan 1 22:34:21 2025 +0530

    fix header (#45330)
---
 airflow/ui/src/pages/Variables/Variables.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/ui/src/pages/Variables/Variables.tsx 
b/airflow/ui/src/pages/Variables/Variables.tsx
index e29c01709ab..8436fbc364e 100644
--- a/airflow/ui/src/pages/Variables/Variables.tsx
+++ b/airflow/ui/src/pages/Variables/Variables.tsx
@@ -111,7 +111,7 @@ export const Variables = () => {
           <AddVariableButton />
         </HStack>
       </VStack>
-      <Box>
+      <Box overflow="auto">
         <DataTable
           columns={columns}
           data={data ? data.variables : []}

Reply via email to