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

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


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 4a828c98b90 [v3-0-test] fix: accordian child contents to be visible 
when overflown (#53595) (#53602)
4a828c98b90 is described below

commit 4a828c98b9021db0615cf6ff42072419bbf3f008
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 19:00:22 2025 +0200

    [v3-0-test] fix: accordian child contents to be visible when overflown 
(#53595) (#53602)
    
    (cherry picked from commit 04dcc2326b9a06459bfae7d97e983587a0c4753f)
    
    Co-authored-by: Naseem Shah <[email protected]>
---
 airflow-core/src/airflow/ui/src/components/ConfigForm.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/src/components/ConfigForm.tsx 
b/airflow-core/src/airflow/ui/src/components/ConfigForm.tsx
index c8e75edfa81..e76677cfd37 100644
--- a/airflow-core/src/airflow/ui/src/components/ConfigForm.tsx
+++ b/airflow-core/src/airflow/ui/src/components/ConfigForm.tsx
@@ -82,6 +82,7 @@ const ConfigForm = <T extends FieldValues = FieldValues>({
       collapsible
       defaultValue={[flexibleFormDefaultSection]}
       mb={4}
+      overflow="visible"
       size="lg"
       variant="enclosed"
     >

Reply via email to