@coorpacademy/components 10.3.32-alpha.15 → 10.3.32-alpha.16

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.
@@ -240,7 +240,7 @@
240
240
  font-size: 6px;
241
241
  }
242
242
 
243
- .externalContent.cardInfo {
243
+ .externalContent .cardInfo {
244
244
  flex-grow: 2;
245
245
  max-height: 115px;
246
246
  overflow: hidden;
@@ -240,7 +240,7 @@
240
240
  font-size: 6px;
241
241
  }
242
242
 
243
- .externalContent.cardInfo {
243
+ .externalContent .cardInfo {
244
244
  flex-grow: 2;
245
245
  max-height: 115px;
246
246
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.3.32-alpha.15+b12e7463d",
3
+ "version": "10.3.32-alpha.16+568dd4847",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "b12e7463d53f366362b8dbc7c1d4855a888f9cdc"
122
+ "gitHead": "568dd4847712cc067f094ce6725f7dd2c318808a"
123
123
  }