Revanth14 opened a new pull request, #68798: URL: https://github.com/apache/airflow/pull/68798
closes: #68754 The details-panel collapse control is absolutely positioned over the left edge of the tab content, so on the Storage tab it covered the start of the Task State Store and XCom Key column. This adds start spacing to the Storage sub-tabs so their content no longer sits under that control. The spacing is applied only to the Storage sub-tabs, so Logs, Code, Details, and other task tabs keep their existing layout. Before: <img width="1453" height="758" alt="bef1" src="https://github.com/user-attachments/assets/f5045c9a-21ba-4060-b632-50b0caaaf212" /> <img width="1512" height="721" alt="bef2" src="https://github.com/user-attachments/assets/082ff8e1-03b8-471a-ba56-d6c6a2152b50" /> After: <img width="1507" height="688" alt="af1" src="https://github.com/user-attachments/assets/d6bc4b5f-b445-4506-bdff-019e4095d117" /> <img width="1512" height="593" alt="af2" src="https://github.com/user-attachments/assets/13de0b7e-e81a-48eb-8486-0429a065ab12" /> -- 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]
