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 |
   |---|---|
   | 
![image](https://user-images.githubusercontent.com/3267/93105366-fc731700-f67c-11ea-88b0-a1a511629b76.png)
  | 
![image](https://user-images.githubusercontent.com/3267/93105391-0432bb80-f67d-11ea-94f7-a519861a1f2d.png)
  |
   


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


Reply via email to