@integry/sdk 4.6.44 → 4.6.45
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
|
@@ -165,7 +165,8 @@
|
|
|
165
165
|
justify-content: center;
|
|
166
166
|
min-width: 20px;
|
|
167
167
|
min-height: 20px;
|
|
168
|
-
order:
|
|
168
|
+
order: 1;
|
|
169
|
+
margin-right: 2px;
|
|
169
170
|
|
|
170
171
|
svg {
|
|
171
172
|
width: 1rem;
|
|
@@ -235,7 +236,8 @@
|
|
|
235
236
|
width: 20px;
|
|
236
237
|
height: 20px;
|
|
237
238
|
object-fit: contain;
|
|
238
|
-
margin-right:
|
|
239
|
+
margin-right: 3px;
|
|
240
|
+
order: 2;
|
|
239
241
|
}
|
|
240
242
|
}
|
|
241
243
|
}
|