ryanahamilton opened a new pull request #10939: URL: https://github.com/apache/airflow/pull/10939
Resolves apache/airflow#10935. Prevents the "Recent Tasks" UI from being overlapped. The math simply did not add up. I replaced the hard-coded value with the math to hopefully avoid this discrepancy with future changes. Each circle is 25px wide. Spacing is 4px. ``` 11*25 = 275 (circles) 12*4 = 48 (spaces) 275+48 = 323 ``` | Before | After | |---|---| |  |  | ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
