@coorpacademy/components 11.36.4-alpha.15 → 11.36.4-alpha.16
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.
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.setting {
|
|
478
|
-
height:
|
|
478
|
+
height: 44px;
|
|
479
479
|
display: flex;
|
|
480
480
|
align-items: center;
|
|
481
481
|
justify-content: start;
|
|
@@ -559,8 +559,6 @@
|
|
|
559
559
|
flex-direction: column;
|
|
560
560
|
height: auto;
|
|
561
561
|
align-items: baseline;
|
|
562
|
-
margin-top: 15px;
|
|
563
|
-
margin-bottom: 10px;
|
|
564
562
|
width: 100%;
|
|
565
563
|
padding-left: 0;
|
|
566
564
|
}
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.setting {
|
|
478
|
-
height:
|
|
478
|
+
height: 44px;
|
|
479
479
|
display: flex;
|
|
480
480
|
align-items: center;
|
|
481
481
|
justify-content: start;
|
|
@@ -559,8 +559,6 @@
|
|
|
559
559
|
flex-direction: column;
|
|
560
560
|
height: auto;
|
|
561
561
|
align-items: baseline;
|
|
562
|
-
margin-top: 15px;
|
|
563
|
-
margin-bottom: 10px;
|
|
564
562
|
width: 100%;
|
|
565
563
|
padding-left: 0;
|
|
566
564
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.36.4-alpha.
|
|
3
|
+
"version": "11.36.4-alpha.16+4f9705963",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"last 2 versions",
|
|
166
166
|
"IE 11"
|
|
167
167
|
],
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "4f97059634f957e999b5fc4ac557a4145d19a0f1"
|
|
169
169
|
}
|