@designcrowd/fe-shared-lib 1.1.6-eng-2158-4 → 1.1.6-eng-2158-6

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.1.6-eng-2158-4",
3
+ "version": "1.1.6-eng-2158-6",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -543,7 +543,6 @@ fieldset[disabled] .select {
543
543
  .select__item {
544
544
  display: flex;
545
545
  align-items: center;
546
- transform: translateY(-50%);
547
546
  }
548
547
 
549
548
  .select-enter-active,