mountain-ui 1.0.155 → 1.0.156
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.
|
|
4
|
+
"version": "1.0.156",
|
|
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",
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
|
|
503
503
|
.line {
|
|
504
504
|
display: grid;
|
|
505
|
-
grid-template-columns: repeat(var(--column-number), 1fr);
|
|
505
|
+
grid-template-columns: repeat(var(--column-number), minmax(0, 1fr));
|
|
506
506
|
border-bottom: 1px solid var(--stroke);
|
|
507
507
|
padding-top: var(--pad-xs);
|
|
508
508
|
border-radius: var(--radius-m);
|