rusackas commented on PR #37794: URL: https://github.com/apache/superset/pull/37794#issuecomment-5787672907
Opened #44554 as a fresh, small attempt at this — a real `header_alignment` control (Left/Center/Right) rather than just a documented CSS workaround, scoped to alignment only so it doesn't touch axis config, context menus, conditional formatting, or date formatting the way this branch did. Root cause turned out to be a single hardcoded `align-items: flex-start` in the shared `BigNumberViz` component from the Emotion migration, so it was a much smaller change than expected once isolated. @tiya-9975 if you're not actively working this one, I'd lean toward closing this PR (and #37674 once #44554 lands) in favor of that. No worries either way, just didn't want two open efforts stepping on each other. -- 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]
