@policystudio/policy-studio-ui-vue 1.1.90-beta.58 → 1.1.90-beta.59

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.
@@ -975,8 +975,7 @@ video {
975
975
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
976
976
  }
977
977
  .psui-el-tab-header.layout-policy-design button {
978
- padding: 8px 2px 10px 0px;
979
- margin-right: 8px;
978
+ padding: 8px 2px 7px 0px;
980
979
  }
981
980
  .psui-el-tab-header.layout-policy-design button {
982
981
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.58",
3
+ "version": "1.1.90-beta.59",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -25,8 +25,7 @@
25
25
  @apply psui-space-x-2;
26
26
 
27
27
  button {
28
- padding: 8px 2px 10px 0px;
29
- margin-right:8px;
28
+ padding: 8px 2px 7px 0px;
30
29
  @apply psui-flex psui-items-center psui-relative;
31
30
 
32
31
  &:after {