guan404ming commented on code in PR #55914:
URL: https://github.com/apache/airflow/pull/55914#discussion_r2365275994


##########
airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx:
##########
@@ -63,7 +63,16 @@ export const AssetSchedule = ({ assetExpression, dagId, 
latestRunAfter, timetabl
     return (
       <HStack>
         <FiDatabase style={{ display: "inline" }} />
-        <Link asChild color="fg.info" display="block" fontSize="sm">
+        <Link
+          asChild
+          color="fg.info"
+          display="block"
+          fontSize="sm"
+          maxWidth="200px"
+          overflow="hidden"
+          textOverflow="ellipsis"
+          whiteSpace="nowrap"

Review Comment:
   ```suggestion
             truncate
   ```
   It could be clearer in this way
   ref: https://tailwindcss.com/docs/text-overflow



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

Reply via email to