@steedos/service-core-objects 3.0.13-beta.7 → 3.0.13-beta.8

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.
@@ -13,7 +13,7 @@
13
13
  {
14
14
  "type": "wrapper",
15
15
  "size": "none",
16
- "className": "space-users-list-sidebar-wrapper flex-shrink-0 min-w-[260px] overflow-y-auto bg-white border-r lg:order-first lg:flex lg:flex-col ",
16
+ "className": "space-users-list-sidebar-wrapper flex-shrink-0 min-w-[260px] bg-white border-r lg:order-first lg:flex lg:flex-col ",
17
17
  "body": [
18
18
  {
19
19
  "type": "input-tree",
@@ -277,8 +277,18 @@
277
277
  ".space-users-list-custom-page.space-users-list-pc.space-users-list-sidebar-open .space-users-list-sidebar-wrapper": {
278
278
  "min-width": "260px"
279
279
  },
280
- ".space-users-list-custom-page.space-users-list-pc .space-users-list-sidebar-wrapper .antd-Form-item .antd-Tree": {
281
- "max-height": "none"
280
+ ".space-users-list-custom-page.space-users-list-pc .space-users-list-sidebar-wrapper .antd-Form-item": {
281
+ "height": "100%"
282
+ },
283
+ ".space-users-list-custom-page.space-users-list-pc .space-users-list-sidebar-wrapper .antd-TreeControl": {
284
+ "display": "flex",
285
+ "flex-direction": "column",
286
+ "height": "100%"
287
+ },
288
+ ".space-users-list-custom-page.space-users-list-pc .space-users-list-sidebar-wrapper .antd-Tree": {
289
+ "flex": "1",
290
+ "overflow-y": "auto",
291
+ "max-height": "none !important"
282
292
  }
283
293
  }
284
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.13-beta.7",
3
+ "version": "3.0.13-beta.8",
4
4
  "main": "package.service.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "steedos"
10
10
  ],
11
11
  "dependencies": {
12
- "@steedos/service-package-loader": "3.0.13-beta.7",
12
+ "@steedos/service-package-loader": "3.0.13-beta.8",
13
13
  "bcryptjs": "^3.0.3",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
@@ -17,5 +17,5 @@
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "18501bc46697ccffd912fb039324d89a6369362b"
20
+ "gitHead": "06f98b7d7e54d72326fcd3f1500afe90714fd67a"
21
21
  }