uranusjr commented on code in PR #50626:
URL: https://github.com/apache/airflow/pull/50626#discussion_r2094849588
##########
airflow-core/src/airflow/ui/src/components/Assets/AssetEvent.tsx:
##########
@@ -57,8 +59,14 @@ export const AssetEvent = ({
<Tooltip
content={
<div>
- <Text> group: {event.group ?? ""} </Text>
- <Text> uri: {event.uri ?? ""} </Text>
+ <Text>
+ {" "}
Review Comment:
Is it possible to achieve this with CSS instead? I don’t really like you
need to explicitly put in a space here (and below).
--
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]