@product7/product7-js 0.1.5 → 0.1.6

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.
@@ -5285,11 +5285,19 @@
5285
5285
  color: var(--msg-text-secondary);
5286
5286
  }
5287
5287
 
5288
- .messenger-help-collection-icon svg,
5289
- .messenger-help-collection-icon iconify-icon {
5288
+ .messenger-help-collection-icon svg {
5290
5289
  width: 2rem;
5291
5290
  height: 2rem;
5292
5291
  display: block;
5292
+ flex-shrink: 0;
5293
+ }
5294
+
5295
+ .messenger-help-collection-icon iconify-icon {
5296
+ font-size: 2rem;
5297
+ width: 1em;
5298
+ height: 1em;
5299
+ display: block;
5300
+ flex-shrink: 0;
5293
5301
  }
5294
5302
 
5295
5303
  .messenger-help-collection-content {