@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
|
@@ -388,8 +388,9 @@ fieldset[disabled] .select {
|
|
|
388
388
|
|
|
389
389
|
.select__tags {
|
|
390
390
|
min-height: 48px;
|
|
391
|
-
display:
|
|
392
|
-
|
|
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:
|
|
433
|
-
|
|
434
|
-
padding-top: 2px;
|
|
433
|
+
display: flex;
|
|
434
|
+
align-items: center;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.select__content-wrapper {
|