qt-ui-kit 1.0.51 → 1.0.53
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +6 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -375,6 +375,9 @@
|
|
|
375
375
|
.flex-col {
|
|
376
376
|
flex-direction: column;
|
|
377
377
|
}
|
|
378
|
+
.flex-nowrap {
|
|
379
|
+
flex-wrap: nowrap;
|
|
380
|
+
}
|
|
378
381
|
.flex-wrap {
|
|
379
382
|
flex-wrap: wrap;
|
|
380
383
|
}
|
|
@@ -641,6 +644,9 @@
|
|
|
641
644
|
--tw-font-weight: var(--font-weight-normal);
|
|
642
645
|
font-weight: var(--font-weight-normal);
|
|
643
646
|
}
|
|
647
|
+
.text-nowrap {
|
|
648
|
+
text-wrap: nowrap;
|
|
649
|
+
}
|
|
644
650
|
.break-words {
|
|
645
651
|
overflow-wrap: break-word;
|
|
646
652
|
}
|