@coorpacademy/components 11.32.44 → 11.32.45

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.
@@ -99,6 +99,7 @@
99
99
  font-family: "Gilroy";
100
100
  font-size: 15px;
101
101
  text-transform: none;
102
+ width: 180px;
102
103
  color: dark;
103
104
  margin-right: 20px;
104
105
  display: flex;
@@ -99,6 +99,7 @@
99
99
  font-family: "Gilroy";
100
100
  font-size: 15px;
101
101
  text-transform: none;
102
+ width: 180px;
102
103
  color: dark;
103
104
  margin-right: 20px;
104
105
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.32.44",
3
+ "version": "11.32.45",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -178,5 +178,5 @@
178
178
  "last 2 versions",
179
179
  "IE 11"
180
180
  ],
181
- "gitHead": "8b3b19be6e8eb6f5f32f560dbb93ceea47dd71cf"
181
+ "gitHead": "a0c553635c86241e9f7badd1c8c9c422b0fce984"
182
182
  }