@appscode/design-system 2.2.57 → 2.2.58

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.57",
3
+ "version": "2.2.58",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -624,7 +624,7 @@ li {
624
624
  &.multiselect__option--disabled {
625
625
  border-top: none !important;
626
626
  margin-top: 0 !important;
627
- padding-top: 0 !important;
627
+ padding-top: 12px !important;
628
628
  }
629
629
  }
630
630
  }
@@ -638,7 +638,7 @@ li {
638
638
  font-weight: 700 !important;
639
639
  font-size: 12px !important;
640
640
  border-top: 1px solid $color-border-light;
641
- min-height: 24px;
641
+ min-height: 24px !important;
642
642
  padding-top: 16px !important;
643
643
  margin-top: 4px !important;
644
644
  }