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

jscheffl 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 1d8413ec4f Add padding to bottom of log block. (#38610)
1d8413ec4f is described below

commit 1d8413ec4f4adbb8310cf9ce02003401484b67f3
Author: Karthikeyan Singaravelan <tir.kar...@gmail.com>
AuthorDate: Fri Mar 29 18:06:52 2024 +0530

    Add padding to bottom of log block. (#38610)
---
 airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx 
b/airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx
index fe2e12aae2..285cb56faf 100644
--- a/airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx
+++ b/airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx
@@ -114,7 +114,6 @@ const LogBlock = ({
       maxHeight={`calc(100% - ${offsetTop}px)`}
       overflowY="auto"
       p={3}
-      pb={0}
       display="block"
       whiteSpace={wrap ? "pre-wrap" : "pre"}
       border="1px solid"

Reply via email to