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

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


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new 4632e58c7e0 [v3-3-test] Increase padding bottom to make last section 
clickable. (#71679) (#71755)
4632e58c7e0 is described below

commit 4632e58c7e0e0f7286389db4646d9afcc4e9c0ac
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 19:54:33 2026 +0200

    [v3-3-test] Increase padding bottom to make last section clickable. 
(#71679) (#71755)
    
    (cherry picked from commit 42f1301fecefafb4697aa573d8921c7c12909421)
    
    Co-authored-by: Karthikeyan Singaravelan <[email protected]>
---
 .../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 b720c081ed5..9e7361f55d7 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
@@ -203,6 +203,7 @@ export const TaskLogContent = ({
           data-testid="virtualized-list"
           display="block"
           overflowX="auto"
+          pb={2}
           textWrap={wrap ? "pre" : "nowrap"}
           width="100%"
         >

Reply via email to