@coorpacademy/components 11.19.1-alpha.10 → 11.19.1-alpha.11

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.
@@ -345,6 +345,7 @@ a {
345
345
  }
346
346
 
347
347
  .filesListContainer {
348
+ max-height: 600px;
348
349
  width: 100%;
349
350
  margin-top: 24px;
350
351
  overflow: scroll;
@@ -345,6 +345,7 @@ a {
345
345
  }
346
346
 
347
347
  .filesListContainer {
348
+ max-height: 600px;
348
349
  width: 100%;
349
350
  margin-top: 24px;
350
351
  overflow: scroll;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.19.1-alpha.10+5e212e172",
3
+ "version": "11.19.1-alpha.11+c59765dc1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "5e212e172ecfa9d5e1ade6f794a00ce5b5b11fea"
171
+ "gitHead": "c59765dc1ef90b093a8e925d23c8296d77392781"
172
172
  }