@cloudron/pankow 4.4.8 → 4.4.9

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.
@@ -103,6 +103,7 @@ function onMenu(event) {
103
103
  .pankow-list-item-center {
104
104
  display: flex;
105
105
  flex-direction: column;
106
+ gap: 3px;
106
107
  min-width: 0;
107
108
  flex: 1;
108
109
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudron/pankow",
3
3
  "private": false,
4
- "version": "4.4.8",
4
+ "version": "4.4.9",
5
5
  "description": "Vue 3 UI component library for Cloudron apps",
6
6
  "main": "index.js",
7
7
  "types": "types/index.d.ts",