@policystudio/policy-studio-ui-vue 1.2.0-access.27 → 1.2.0-access.28

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.
@@ -6447,7 +6447,7 @@ video {
6447
6447
  padding-bottom: 0.25rem;
6448
6448
  }
6449
6449
  .psui-el-collapse .psui-el-collapse-item-content {
6450
- padding-left: 1rem;
6450
+ padding-left: 0.5rem;
6451
6451
  }
6452
6452
 
6453
6453
  .psui-pointer-events-none {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.2.0-access.27",
3
+ "version": "1.2.0-access.28",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -70,7 +70,7 @@
70
70
  }
71
71
 
72
72
  .psui-el-collapse-item-content {
73
- @apply psui-ml-2 psui-pl-4 psui-py-1 psui-border-l psui-border-gray-30;
73
+ @apply psui-ml-2 psui-pl-2 psui-py-1 psui-border-l psui-border-gray-30;
74
74
  }
75
75
  }
76
76
  }