Dotify71 commented on PR #69114: URL: https://github.com/apache/airflow/pull/69114#issuecomment-4832576896
Hey @jroachgolf84, thanks for taking a look! I did see PR #68798. I had actually claimed the issue first (#68754) and was actively iterating on the maintainer feedback here, but it seems the other author opened their PR without commenting on the issue. That aside, this PR takes a much more robust approach to the problem. PR #68798 simply adds left-padding to the Storage tab. This PR fixes the root cause in two ways: 1. It uses `TruncatedText` for the keys (matching how `run_id` is handled), ensuring extremely long strings don't force the table to expand infinitely out of bounds. 2. It shifts the collapse button into the divider gutter via CSS transform, which fixes the button overlap universally across **all** tabs in the details panel, rather than just patching the Storage tab. I am spinning up my local backend environment right now to grab a genuine before/after screenshot of the UI running with real data. I will drop the screenshot here momentarily! -- 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]
