@lingk/sync 0.2.5 → 0.2.7

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.
@@ -1339,6 +1339,14 @@ aside{
1339
1339
  .dropzone:hover{
1340
1340
  background: #FFFFFF;
1341
1341
  }
1342
+ .env-creds-json-codemirror{
1343
+ border: 1px solid #CACACA;
1344
+ height: 238px;
1345
+ overflow-y: scroll;
1346
+ }
1347
+ .env-creds-json-codemirror .CodeMirror{
1348
+ height: 236px;
1349
+ }
1342
1350
 
1343
1351
  .rc-time-picker {
1344
1352
  display: inline-block;