qt-ui-kit 1.0.62 → 1.0.63
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/dist/index.js +23 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -29
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -3
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -351,6 +351,9 @@
|
|
|
351
351
|
.flex-none {
|
|
352
352
|
flex: none;
|
|
353
353
|
}
|
|
354
|
+
.grow {
|
|
355
|
+
flex-grow: 1;
|
|
356
|
+
}
|
|
354
357
|
.transform {
|
|
355
358
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
356
359
|
}
|
|
@@ -381,9 +384,6 @@
|
|
|
381
384
|
.flex-col {
|
|
382
385
|
flex-direction: column;
|
|
383
386
|
}
|
|
384
|
-
.flex-nowrap {
|
|
385
|
-
flex-wrap: nowrap;
|
|
386
|
-
}
|
|
387
387
|
.flex-wrap {
|
|
388
388
|
flex-wrap: wrap;
|
|
389
389
|
}
|