apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.91k stars 13.91k forks source link

fix(Card): Use correct class names for Ant Design 5 Card component #30964

Closed geido closed 4 days ago

geido commented 4 days ago

SUMMARY

This PR #29389 upgraded the Card component to Ant Design 5 but some class names did not make it to the upgrade causing some effects on the layout. This PR fixes that.

BEFORE

Screenshot 2024-11-18 at 17 43 08

AFTER

Screenshot 2024-11-18 at 16 30 44

TESTING INSTRUCTIONS

  1. Open the welcome page
  2. Select "All" under the Charts collapsible
  3. Cards should show correctly

ADDITIONAL INFORMATION