sf-i-events 1.0.119 → 1.0.121

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.119",
4
+ "version": "1.0.121",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -2334,7 +2334,7 @@ let SfIEvents = class SfIEvents extends LitElement {
2334
2334
  html += '</div>';
2335
2335
  html += '</div>';
2336
2336
  html += '<div id="adhoc-history-' + i + '" class="hide">';
2337
- html += '<table>';
2337
+ html += '<table class="mt-20">';
2338
2338
  html += '<thead>';
2339
2339
  html += '<th part="td-head" class="td-head">';
2340
2340
  html += 'Triggered';