bbovenzi commented on code in PR #58642:
URL: https://github.com/apache/airflow/pull/58642#discussion_r2577570884
##########
airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx:
##########
@@ -95,12 +69,11 @@ const Instance = ({ dagId, instance, isGroup, isMapped,
onClick, runId, taskId }
<Flex
alignItems="center"
bg={selectedTaskId === taskId || selectedGroupId === taskId ?
"info.muted" : undefined}
- height="20px"
+ data-grid-cell
Review Comment:
What's this doing here?
--
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]