@uxf/data-grid 11.63.1 → 11.64.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/data-grid",
3
- "version": "11.63.1",
3
+ "version": "11.64.5",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@uxf/core": "11.60.1",
35
35
  "@uxf/core-react": "11.60.1",
36
- "@uxf/ui": "11.61.0",
36
+ "@uxf/ui": "11.64.5",
37
37
  "dayjs": "1.11.13",
38
38
  "deepmerge": "4.3.1",
39
39
  "fast-glob": "3.3.2",
@@ -154,6 +154,7 @@
154
154
  min-height: 36px;
155
155
  position: relative;
156
156
  user-select: none;
157
+ white-space: nowrap;
157
158
 
158
159
  &.is-sortable {
159
160
  cursor: pointer;