mirror of
https://github.com/apache/superset.git
synced 2026-07-16 03:35:45 +00:00
antd 6 removed the Tag's default margin-inline-end: 8px in favor of parents spacing tags via flex/Space gaps. App layouts predate that and rely on the v5 default — most visibly the dashboard header, where the Published tag sat flush against the metadata bar. Restore the margin in GlobalStyles (to be removed once Tag-adjacent layouts declare their own gaps) and pin it with a computed-style regression test that exercises the provider -> GlobalStyles -> Tag chain. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>