Mayankaggarwal8055 opened a new pull request, #38729: URL: https://github.com/apache/superset/pull/38729
Charts inside Tabs layout lose spacing due to `.dashboard-component-chart-holder` using default `content-box` sizing with padding, causing overflow and collapsing spacing between charts. ## What does this PR do? Adds `box-sizing: border-box` to `.dashboard-component-chart-holder` so padding is included within the container width. ## Why is this needed? Without this, chart containers overflow their allocated space, leading to visual overlap and loss of spacing, especially noticeable inside Tabs layout. ## Testing - Verified charts inside Tabs now maintain proper spacing - No regressions observed in Rows and Columns layouts ## Related Closes #38709 -- 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]
