@policystudio/policy-studio-ui-vue 1.1.8 → 1.1.9

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": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -148,7 +148,7 @@ export default {
148
148
 
149
149
  if(this.position == 'custom') {
150
150
  PSDropdownDialog.style.top = `${rectTrigger.y}px`
151
- PSDropdownDialog.style.left = `${rectTrigger.x + 80}px`
151
+ PSDropdownDialog.style.left = `${rectTrigger.x + 100}px`
152
152
  }
153
153
 
154
154
  if (rectTrigger.top < 10) {