@policystudio/policy-studio-ui-vue 1.1.85 → 1.1.86

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.
@@ -2592,7 +2592,7 @@ video {
2592
2592
  left: 0;
2593
2593
  padding-top: 8px;
2594
2594
  padding-bottom: 8px;
2595
- max-width: 330px;
2595
+ min-width: 330px;
2596
2596
  padding-left: 0px;
2597
2597
  }
2598
2598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -525,7 +525,7 @@
525
525
  @apply psui-pr-8 psui-text-left psui-block psui-sticky psui-z-10 psui-left-0;
526
526
  padding-top: 8px;
527
527
  padding-bottom: 8px;
528
- max-width: 330px;
528
+ min-width: 330px;
529
529
  padding-left: 0px;
530
530
  }
531
531