@policystudio/policy-studio-ui-vue 1.1.82 → 1.1.83

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.
@@ -2495,7 +2495,7 @@ video {
2495
2495
 
2496
2496
  .psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th:first-child {
2497
2497
  text-align: left;
2498
- max-width: 330px;
2498
+ min-width: 330px;
2499
2499
  padding-left: 0;
2500
2500
  }
2501
2501
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.82",
3
+ "version": "1.1.83",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -442,7 +442,7 @@
442
442
 
443
443
  &:first-child {
444
444
  @apply psui-text-left;
445
- max-width: 330px;
445
+ min-width: 330px;
446
446
  padding-left: 0;
447
447
  }
448
448