@uxf/cms 11.21.0 → 11.21.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "11.21.0",
3
+ "version": "11.21.2",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -32,11 +32,11 @@
32
32
  "@redux-devtools/extension": "3.3.0",
33
33
  "@uxf/core": "11.21.0",
34
34
  "@uxf/core-react": "11.21.0",
35
- "@uxf/data-grid": "11.21.0",
36
- "@uxf/form": "11.21.0",
35
+ "@uxf/data-grid": "11.21.2",
36
+ "@uxf/form": "11.21.2",
37
37
  "@uxf/router": "11.11.3",
38
- "@uxf/ui": "11.21.0",
39
- "@uxf/wysiwyg": "11.21.0",
38
+ "@uxf/ui": "11.21.2",
39
+ "@uxf/wysiwyg": "11.21.2",
40
40
  "axios": "1.6.7",
41
41
  "axios-hooks": "5.0.2",
42
42
  "es6-error": "4.1.1",
@@ -82,6 +82,7 @@
82
82
  flex-grow: 1;
83
83
  margin: 0 auto;
84
84
  padding: 0 theme("spacing.4");
85
+ width: 100%;
85
86
 
86
87
  @screen md {
87
88
  padding-left: theme("spacing.10");