MhussainD4772 commented on code in PR #69693:
URL: https://github.com/apache/airflow/pull/69693#discussion_r3558893340
##########
airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx:
##########
@@ -232,6 +233,7 @@ export const Grid = ({
<TaskNames nodes={flatNodes} onRowClick={handleRowClick}
virtualItems={virtualItems} />
</Box>
<Flex flexDirection="row-reverse" flexShrink={0}>
+ {!showGantt && <Box aria-hidden flexShrink={0} minWidth="16px"
width="16px" />}
{gridRuns?.map((dr: GridRunsResponse) => (
<TaskInstancesColumn
key={dr.run_id}
Review Comment:
Done !!removed paddingRight and extracted ScrollbarSpacer. Re-tested Grid
view in macOs.
--
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]