KoviAnusha commented on code in PR #57267:
URL: https://github.com/apache/airflow/pull/57267#discussion_r2463121153
##########
airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx:
##########
@@ -63,7 +63,7 @@ export const AssetSchedule = ({ assetExpression, dagId,
latestRunAfter, timetabl
return (
<HStack>
<FiDatabase style={{ display: "inline" }} />
- <Link asChild color="fg.info" display="block" fontSize="sm"
maxWidth="200px" truncate>
+ <Link asChild color="fg.info" display="block" fontSize="sm"
maxWidth="200px" isTruncated>
<RouterLink to={`/assets/${asset.id}`}>{asset.name ??
asset.uri}</RouterLink>
Review Comment:
Good catch switching to isTruncated. You can also do a quick check if the
tooltip/title still behaves as expected for long names.
--
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]