@appscode/design-system 2.17.52 → 2.17.54

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.17.52",
3
+ "version": "2.17.54",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  }
27
27
  .ac-button {
28
28
  &.is-white {
29
- margin-right: -10px;
29
+ margin-right: -9px;
30
30
  }
31
31
  }
32
32
 
@@ -152,6 +152,7 @@
152
152
  border: 1px solid $color-border;
153
153
  border-radius: 4px;
154
154
  height: -webkit-fill-available;
155
+ min-width: 250px;
155
156
  .section-heading {
156
157
  border-bottom: 1px solid $color-border;
157
158
  background-color: $secondary-light-grey;