@teamimpact/veda-ui-blocks 0.1.0-beta.10 → 0.1.0-beta.12

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/default.css CHANGED
@@ -47803,14 +47803,16 @@ example:
47803
47803
  }
47804
47804
  .blocks-card-mini__image {
47805
47805
  flex: 0 0 98px;
47806
- width: 98px;
47807
47806
  overflow: hidden;
47807
+ position: relative;
47808
+ width: 98px;
47808
47809
  }
47809
47810
  .blocks-card-mini__image > :is(img, svg, video, canvas) {
47810
- width: 100%;
47811
- height: 100%;
47812
47811
  display: block;
47812
+ height: 100%;
47813
47813
  object-fit: cover;
47814
+ position: absolute;
47815
+ width: 100%;
47814
47816
  }
47815
47817
  .blocks-card-mini__body {
47816
47818
  flex: 1 0 0;