@integry/sdk 4.6.90 → 4.6.91
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
|
@@ -163,7 +163,9 @@
|
|
|
163
163
|
overflow: hidden;
|
|
164
164
|
min-width: 470px;
|
|
165
165
|
margin-right: 10px;
|
|
166
|
-
width: fit-content;
|
|
166
|
+
width: fit-content !important;
|
|
167
|
+
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1),
|
|
168
|
+
0 4px 8px rgba(0, 0, 0, 0.05) !important;
|
|
167
169
|
}
|
|
168
170
|
.tagMenuV2Container {
|
|
169
171
|
display: block;
|