Dotify71 commented on PR #69114: URL: https://github.com/apache/airflow/pull/69114#issuecomment-4832524758
ore robust approach to the same issue. 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 run_id), 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. -- 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]
