This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun 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 e87d09e802c UI Fix Logs truncated after 50 lines (#62410)
e87d09e802c is described below
commit e87d09e802c24367390968e50854e8f5cc3d19d7
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Feb 24 16:41:31 2026 +0100
UI Fix Logs truncated after 50 lines (#62410)
---
.../src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 fc2db356be6..e5bb68356be 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
@@ -129,6 +129,7 @@ export const TaskLogContent = ({ error, isLoading,
logError, parsedLogs, wrap }:
data-testid="virtual-scroll-container"
flexGrow={1}
minHeight={0}
+ overflow="auto"
position="relative"
py={3}
ref={parentRef}
@@ -140,7 +141,6 @@ export const TaskLogContent = ({ error, isLoading,
logError, parsedLogs, wrap }:
}}
data-testid="virtualized-list"
display="block"
- overflow="auto"
textWrap={wrap ? "pre" : "nowrap"}
width="100%"
>