bbovenzi commented on code in PR #50008:
URL: https://github.com/apache/airflow/pull/50008#discussion_r2069219734


##########
airflow-core/src/airflow/ui/src/pages/Dag/Overview/FailedLogs.tsx:
##########
@@ -44,16 +48,18 @@ const FailedLogs = ({
     <Flex flexDirection="column" gap={3}>
       <Flex alignItems="center" justifyContent="space-between">
         <Heading size="md">Recent Failed Task Logs</Heading>
-        <Button
-          aria-label={wrap ? "Unwrap" : "Wrap"}
-          bg="bg.panel"
-          fontSize="sm"
-          onClick={toggleWrap}
-          size="sm"
-          variant="outline"
-        >
-          {wrap ? "Unwrap" : "Wrap"}
-        </Button>
+        <Tooltip closeDelay={100} content="Press w for wrap" openDelay={100}>

Review Comment:
   ```suggestion
           <Tooltip closeDelay={100} content="Press w to toggle wrap" 
openDelay={100}>
   ```



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