cc-core-cli 1.0.166 → 1.0.167

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.166",
3
+ "version": "1.0.167",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -1298,6 +1298,9 @@
1298
1298
  min-height: unset;
1299
1299
  }
1300
1300
 
1301
+ .item-list-container .ant-col {
1302
+ min-height: unset;
1303
+ }
1301
1304
 
1302
1305
  .form-list .draggable-row .draggable-column-content {
1303
1306
  flex-grow: 1;