@integry/sdk 4.6.20 → 4.6.21

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.20",
3
+ "version": "4.6.21",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -137,7 +137,7 @@
137
137
 
138
138
  .tagMenuV2 {
139
139
  height: max-content;
140
- max-height: 400px;
140
+ max-height: 400px !important;
141
141
  max-width: fit-content;
142
142
  overflow: hidden;
143
143
  }