Dotify71 opened a new pull request, #68774:
URL: https://github.com/apache/airflow/pull/68774

   ### Description
   Fixes #68754
   
   This PR resolves a UI bug where extremely long keys in the `TaskStateStore` 
and `XCom` tables would overflow their container boundaries and overlap with 
adjacent panels (like the expand/collapse details panel). 
   
   By enforcing `wordBreak="break-all"` on the cell renderer for the `key` 
column, long keys now appropriately wrap to the next line without bleeding out 
of the data table layout.
   
   ### Testing
   - Validated via standard UI layout tests that this change does not break 
standard table behavior for short keys.
   


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