codeant-ai-for-open-source[bot] commented on PR #38729:
URL: https://github.com/apache/superset/pull/38729#issuecomment-4084564286
## **Sequence Diagram**
This PR updates the chart holder style in DashboardBuilder so padding is
included in width calculations. The change prevents overflow in Tabs layouts
and keeps consistent spacing between charts.
```mermaid
sequenceDiagram
participant User
participant DashboardUI
participant ChartHolderStyle
participant BrowserLayout
User->>DashboardUI: Open dashboard tab
DashboardUI->>ChartHolderStyle: Render chart holder with border box
sizing
ChartHolderStyle->>BrowserLayout: Compute width including padding
BrowserLayout-->>DashboardUI: Return non overflowing chart layout
DashboardUI-->>User: Show charts with preserved spacing
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]