uvv-01 opened a new issue, #37839: URL: https://github.com/apache/superset/issues/37839
### Summary There are several places in Superset where spacing, margins, and component alignment are inconsistent, leading to a slightly unpolished visual experience. This is a cosmetic improvement request to make the UI more consistent and visually balanced. ### Affected Areas (Examples) - **Dashboard filters and form fields** — inconsistent space between labels and inputs. - **Modals and dialog spacing** — padding around elements not uniform with other modals. - **List Views and table headers** — inconsistent margin/padding between rows and titles. - **Button groups and controls** — spacing between icons and text sometimes uneven. - **Responsive breakpoints** — slight misalignment of elements on smaller screens. ### Goal Improve the consistency of spacing, margins, and padding across UI components using the current styling system (Ant Design + Emotion). This will help make the UI feel more professional and polished without changing functionality. ### Benefits - Improves visual consistency and readability for users - Enhances overall UI polish without altering workflows - Low‑risk changes focusing on CSS/layout only ### Suggested Approach - Audit common layout components using a shared CSS token/style - Ensure consistent use of margin/padding tokens from the design system - Adjust specific components where spacing deviates from standard guidelines -- 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]
