@coorpacademy/components 10.5.7-alpha.14 → 10.5.7-alpha.15

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.
@@ -353,6 +353,7 @@ div.player .noLabelCommon.selectSpan {
353
353
  margin: 0;
354
354
  height: 35px;
355
355
  border: 0;
356
+ width: inherit;
356
357
  }
357
358
 
358
359
  .mooc select {
@@ -353,6 +353,7 @@ div.player .noLabelCommon.selectSpan {
353
353
  margin: 0;
354
354
  height: 35px;
355
355
  border: 0;
356
+ width: inherit;
356
357
  }
357
358
 
358
359
  .mooc select {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.5.7-alpha.14+5ee84f521",
3
+ "version": "10.5.7-alpha.15+56761c0e6",
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": "5ee84f521d12070d4d77a358cbc36f7e6c05d0ae"
122
+ "gitHead": "56761c0e678d8783f499cd12f2a866998e4b3a16"
123
123
  }