tirkarthi commented on code in PR #46504:
URL: https://github.com/apache/airflow/pull/46504#discussion_r1946939784


##########
airflow/ui/src/pages/Dag/Overview/Overview.tsx:
##########
@@ -93,6 +100,13 @@ export const Overview = () => {
           startDate={startDate}
         />
       </HStack>
+      <Box h="1/3" my={5} w="1/3">

Review Comment:
   Thanks, made it a grid. I initially had it as a grid in other branch but 
used box since the other 2 charts needed API. Added border and padding.
   
   
![image](https://github.com/user-attachments/assets/e3e8eadd-dfcb-47df-a014-32ca60b6a6ed)
   



-- 
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