imrichardwu commented on code in PR #62195:
URL: https://github.com/apache/airflow/pull/62195#discussion_r2854682399
##########
airflow-core/src/airflow/ui/src/layouts/Details/Grid/constants.ts:
##########
@@ -22,11 +22,17 @@ export const ROW_HEIGHT = 20;
export const GRID_OUTER_PADDING_PX = 64; // pt={16} = 16 * 4 = 64px
export const GRID_HEADER_PADDING_PX = 8; // pt={2} = 2 * 4 = 8px
export const GRID_HEADER_HEIGHT_PX = 100; // height="100px" for duration bars
+// Space above bars for failed-run icon so it is not clipped
+export const GRID_HEADER_ICON_SPACE_PX = 28;
Review Comment:
I was trying to use flexbox before, but the ui kept breaking. Will try to
figure out how to get it working without the calculation
--
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]