@aurora-ds/components 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -2052,6 +2052,7 @@ const CARD_STYLES = theme.createStyles((theme) => ({
2052
2052
  alignItems: align,
2053
2053
  justifyContent: justify,
2054
2054
  boxSizing: 'border-box',
2055
+ flexShrink: 0
2055
2056
  }),
2056
2057
  }));
2057
2058