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

choo121600 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 42f1301fece Increase padding bottom to make last section clickable. 
(#71679)
42f1301fece is described below

commit 42f1301fecefafb4697aa573d8921c7c12909421
Author: Karthikeyan Singaravelan <[email protected]>
AuthorDate: Tue Aug 18 09:26:10 2026 +0530

    Increase padding bottom to make last section clickable. (#71679)
---
 .../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 ea22dc1bedd..92e3bb902a0 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
@@ -350,6 +350,7 @@ export const TaskLogContent = ({
           data-testid="virtualized-list"
           display="block"
           overflowX="auto"
+          pb={2}
           textWrap={wrap ? "pre" : "nowrap"}
           width="100%"
         >

Reply via email to