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

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-3",
3
+ "version": "1.1.6-eng-2158-4",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -388,8 +388,9 @@ fieldset[disabled] .select {
388
388
 
389
389
  .select__tags {
390
390
  min-height: 48px;
391
- display: block;
392
- padding: 14px 40px 14px 16px;
391
+ display: flex;
392
+ align-items: center;
393
+ padding: 4px 40px 4px 16px;
393
394
  border-radius: 5px;
394
395
  background: #fff;
395
396
  }
@@ -429,9 +430,8 @@ fieldset[disabled] .select {
429
430
 
430
431
  .select__placeholder {
431
432
  color: #adadad;
432
- display: inline-block;
433
- margin-bottom: 10px;
434
- padding-top: 2px;
433
+ display: flex;
434
+ align-items: center;
435
435
  }
436
436
 
437
437
  .select__content-wrapper {