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

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 55914e14cbb587e6712c027e039929bb5bb105c0
Author: Victor Chiapaikeo <vchiapai...@gmail.com>
AuthorDate: Wed Nov 22 11:58:10 2023 -0500

    Add borderWidthRight to grid for Firefox scrollbar (#35346)
---
 airflow/www/static/js/dag/grid/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/static/js/dag/grid/index.tsx 
b/airflow/www/static/js/dag/grid/index.tsx
index 638f4268c0..dc73aecee3 100644
--- a/airflow/www/static/js/dag/grid/index.tsx
+++ b/airflow/www/static/js/dag/grid/index.tsx
@@ -169,7 +169,7 @@ const Grid = ({
         mt={8}
         overscrollBehavior="contain"
       >
-        <Table pr="10px">
+        <Table pr="10px" borderRightWidth="14px" borderColor="transparent">
           <Thead>
             <DagRuns
               groups={groups}

Reply via email to