cc-core-cli 1.0.92 → 1.0.93

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.92",
3
+ "version": "1.0.93",
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": {
@@ -2673,3 +2673,9 @@
2673
2673
  .grid-module > * {
2674
2674
  margin-right: 5px;
2675
2675
  }
2676
+
2677
+ .modal-change-password {
2678
+ .mutiline-format {
2679
+ margin-bottom: 0px;
2680
+ }
2681
+ }
@@ -1915,7 +1915,7 @@ h4.ant-typography {
1915
1915
  }
1916
1916
 
1917
1917
  .buttonvariable {
1918
- min-width: 180px;
1918
+ min-width: "min(180px, 100%)";
1919
1919
  max-width: 100%;
1920
1920
  overflow: hidden;
1921
1921
  display: flex;