mountain-ui 1.0.31 → 1.0.32

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,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.31",
4
+ "version": "1.0.32",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -88,6 +88,7 @@
88
88
  display: flex;
89
89
  flex-direction: column;
90
90
  align-items: center;
91
+ width: 100%;
91
92
  }
92
93
 
93
94
  .button {
@@ -154,5 +154,6 @@
154
154
  display: flex;
155
155
  flex-direction: column;
156
156
  align-items: center;
157
+ width: 100%;
157
158
  }
158
159
  </style>