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

guanmingchiu 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 75aa609d780 Fix log horizontal overflow UI (#62473)
75aa609d780 is described below

commit 75aa609d78059eb19b256c3f1f14cebd86043a93
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Wed Feb 25 17:43:03 2026 +0100

    Fix log horizontal overflow UI (#62473)
---
 .../src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx 
b/airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx
index e5bb68356be..694ba0ee871 100644
--- a/airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx
@@ -141,6 +141,7 @@ export const TaskLogContent = ({ error, isLoading, 
logError, parsedLogs, wrap }:
           }}
           data-testid="virtualized-list"
           display="block"
+          overflowX="auto"
           textWrap={wrap ? "pre" : "nowrap"}
           width="100%"
         >

Reply via email to