@coorpacademy/components 10.5.7-alpha.16 → 10.5.7-alpha.17

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.
@@ -176,6 +176,8 @@
176
176
  }
177
177
 
178
178
  .filter .selectBox {
179
+ position: absolute;
180
+ top: 27px;
179
181
  display: block;
180
182
  width: 100%;
181
183
  height: 50px;
@@ -176,6 +176,8 @@
176
176
  }
177
177
 
178
178
  .filter .selectBox {
179
+ position: absolute;
180
+ top: 27px;
179
181
  display: block;
180
182
  width: 100%;
181
183
  height: 50px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.5.7-alpha.16+7d6313877",
3
+ "version": "10.5.7-alpha.17+613ddd23e",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "7d6313877a05c649825572ada11a8f5ee6d437d0"
122
+ "gitHead": "613ddd23ec4ef1475050ed0be509528ef3b71b00"
123
123
  }