@coorpacademy/components 11.19.1-alpha.10 → 11.19.1-alpha.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.
|
@@ -316,7 +316,6 @@ a {
|
|
|
316
316
|
max-height: 369px;
|
|
317
317
|
overflow-y: auto;
|
|
318
318
|
width: 100%;
|
|
319
|
-
border-top: 1px solid cm_grey_100;
|
|
320
319
|
}
|
|
321
320
|
|
|
322
321
|
/* ---------- FILES DETAILS ---------- */
|
|
@@ -345,6 +344,7 @@ a {
|
|
|
345
344
|
}
|
|
346
345
|
|
|
347
346
|
.filesListContainer {
|
|
347
|
+
max-height: 600px;
|
|
348
348
|
width: 100%;
|
|
349
349
|
margin-top: 24px;
|
|
350
350
|
overflow: scroll;
|
|
@@ -316,7 +316,6 @@ a {
|
|
|
316
316
|
max-height: 369px;
|
|
317
317
|
overflow-y: auto;
|
|
318
318
|
width: 100%;
|
|
319
|
-
border-top: 1px solid cm_grey_100;
|
|
320
319
|
}
|
|
321
320
|
|
|
322
321
|
/* ---------- FILES DETAILS ---------- */
|
|
@@ -345,6 +344,7 @@ a {
|
|
|
345
344
|
}
|
|
346
345
|
|
|
347
346
|
.filesListContainer {
|
|
347
|
+
max-height: 600px;
|
|
348
348
|
width: 100%;
|
|
349
349
|
margin-top: 24px;
|
|
350
350
|
overflow: scroll;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.19.1-alpha.
|
|
3
|
+
"version": "11.19.1-alpha.12+4ff4a3a57",
|
|
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": "
|
|
171
|
+
"gitHead": "4ff4a3a5736c5dbf28f6b2eef1909ba4e1161f72"
|
|
172
172
|
}
|