@melodicdev/components 1.0.21 → 1.0.22

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.
@@ -10265,6 +10265,7 @@ const cardStyles = () => css`
10265
10265
  background-color: var(--ml-color-surface);
10266
10266
  border-radius: var(--ml-radius-lg);
10267
10267
  overflow: hidden;
10268
+ height: 100%;
10268
10269
  }
10269
10270
 
10270
10271
  .ml-card--default {