@appscode/design-system 2.2.47 → 2.2.48

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": "@appscode/design-system",
3
- "version": "2.2.47",
3
+ "version": "2.2.48",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -464,7 +464,7 @@ li {
464
464
  .multiselect .multiselect__tags {
465
465
  .multiselect__input,
466
466
  .multiselect__single {
467
- top: 3.5px !important;
467
+ top: 0px !important;
468
468
  }
469
469
  }
470
470
 
@@ -522,6 +522,7 @@ li {
522
522
  -webkit-line-clamp: 1;
523
523
  box-orient: vertical;
524
524
  -webkit-box-orient: vertical;
525
+ top: 3.5px;
525
526
  }
526
527
  }
527
528