@integry/sdk 4.6.89 → 4.6.90

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": "@integry/sdk",
3
- "version": "4.6.89",
3
+ "version": "4.6.90",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -162,12 +162,12 @@
162
162
  max-width: 550px !important;
163
163
  overflow: hidden;
164
164
  min-width: 470px;
165
- margin-right: 13px;
165
+ margin-right: 10px;
166
166
  width: fit-content;
167
167
  }
168
168
  .tagMenuV2Container {
169
169
  display: block;
170
170
  position: absolute;
171
- left: -13px;
171
+ left: -10px;
172
172
  top: 0;
173
173
  }