@integry/sdk 4.7.13 → 4.7.14

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.7.13",
3
+ "version": "4.7.14",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -140,12 +140,14 @@
140
140
  span.tagIcon {
141
141
  margin-right: 5px;
142
142
  order: 2;
143
+ display: inline-flex;
144
+ align-items: center;
145
+ line-height: 1;
143
146
  svg,
144
147
  img {
145
148
  width: 1rem;
146
149
  height: 1rem;
147
150
  position: relative;
148
- top: 2px;
149
151
  }
150
152
  img {
151
153
  margin-right: 0px;