@mond-design-system/react 6.2.3 → 6.3.0

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/index.css CHANGED
@@ -2234,6 +2234,10 @@ th.mds-DataTable__actions {
2234
2234
  line-clamp: var(--card-lines);
2235
2235
  overflow: hidden;
2236
2236
  }
2237
+ .mds-Card__flowed {
2238
+ max-height: calc(var(--card-lines) * 1lh);
2239
+ overflow: clip;
2240
+ }
2237
2241
 
2238
2242
  /* mds-css:/home/runner/work/mond-design-system/mond-design-system/packages/react/src/components/Modal/Modal.module.css?mds-scoped */
2239
2243
  .mds-Modal__panel {