@appscode/design-system 2.0.50 → 2.0.52

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.0.50",
3
+ "version": "2.0.52",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -85,6 +85,7 @@ $positions: (
85
85
  padding: 4px;
86
86
  display: flex;
87
87
  line-height: 1;
88
+ white-space: nowrap;
88
89
  }
89
90
 
90
91
  .form-content {
@@ -24,7 +24,7 @@ withDefaults(defineProps<Props>(), {
24
24
  <!-- hamburger icon -->
25
25
  <div
26
26
  v-if="!hideCollapseButton"
27
- class="icon hamburger-icon mr-16"
27
+ class="icon hamburger-icon mr-8"
28
28
  data-testid="sidebar-menu-button"
29
29
  @click="$emit('toggleSidebar')"
30
30
  >
@@ -135,7 +135,7 @@ withDefaults(defineProps<Props>(), {
135
135
  align-items: center;
136
136
 
137
137
  img {
138
- height: 30px;
138
+ max-height: 30px;
139
139
  }
140
140
  }
141
141
  }