@asd20/ui 3.2.804 → 3.2.805

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.804",
8
+ "version": "3.2.805",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -485,8 +485,10 @@ export default {
485
485
  margin-left: space(0.5);
486
486
  }
487
487
  }
488
- .asd20-multiselect-input span {
489
- padding-left: 1rem;
488
+ .asd20-multiselect-input {
489
+ .multiselect__placeholder {
490
+ padding-left: 1rem;
491
+ }
490
492
  }
491
493
  }
492
494
 
@@ -544,6 +546,17 @@ export default {
544
546
  display: flex;
545
547
  flex-basis: 100%;
546
548
  justify-content: space-between;
549
+ .asd20-search-field {
550
+ border: none;
551
+ flex-basis: 50%;
552
+ .asd20-icon {
553
+ margin-left: 0;
554
+ }
555
+ }
556
+ .asd20-multiselect-input {
557
+ margin-bottom: 0;
558
+ flex-basis: 50%;
559
+ }
547
560
  }
548
561
  .article-pagination {
549
562
  flex-direction: row;
@@ -551,12 +564,6 @@ export default {
551
564
  .article-digest {
552
565
  // flex-basis: 100%;
553
566
  margin: space(1) space(3) space(1) space(3);
554
- .asd20-search-field {
555
- border: none;
556
- .asd20-icon {
557
- margin-left: 0;
558
- }
559
- }
560
567
  }
561
568
  }
562
569
  }
@@ -528,8 +528,10 @@ export default {
528
528
  margin-left: space(0.5);
529
529
  }
530
530
  }
531
- .asd20-multiselect-input span {
532
- padding-left: 1rem;
531
+ .asd20-multiselect-input {
532
+ .multiselect__placeholder {
533
+ padding-left: 1rem;
534
+ }
533
535
  }
534
536
  .asd20-card__content {
535
537
  padding: space(1) space(1);
@@ -586,8 +588,16 @@ export default {
586
588
  display: flex;
587
589
  flex-basis: 100%;
588
590
  justify-content: space-between;
591
+ .asd20-search-field {
592
+ border: none;
593
+ flex-basis: 50%;
594
+ .asd20-icon {
595
+ margin-left: 0;
596
+ }
597
+ }
589
598
  .asd20-multiselect-input {
590
599
  margin-bottom: 0;
600
+ flex-basis: 50%;
591
601
  }
592
602
  }
593
603
  .article-pagination {
@@ -596,12 +606,6 @@ export default {
596
606
  .article-list {
597
607
  flex-basis: 50%;
598
608
  margin: space(0) space(0) space(1) space(3);
599
- .asd20-search-field {
600
- border: none;
601
- .asd20-icon {
602
- margin-left: 0;
603
- }
604
- }
605
609
  }
606
610
  .asd20-card {
607
611
  margin-bottom: space(1);