bbovenzi commented on a change in pull request #22134:
URL: https://github.com/apache/airflow/pull/22134#discussion_r824995781



##########
File path: airflow/www/static/js/tree/renderTaskRows.jsx
##########
@@ -160,7 +172,7 @@ const Row = (props) => {
           </Collapse>
         </Td>
         <Td width={0} p={0} borderBottom={0} />
-        <Td p={0} align="right" _groupHover={{ backgroundColor: 'rgba(113, 
128, 150, 0.1)' }} transition="background-color 0.2s" borderBottom={0}>
+        <Td p={0} align="right" _groupHover={{ backgroundColor: 'rgba(113, 
128, 150, 0.1)' }} transition="background-color 0.2s" borderBottom={0} 
width={`${dagRunIds.length * 16}px`}>

Review comment:
       Yes, I just updated statusbox and taskrows to share a single value + 
padding for the box width and overall column width




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to