sf-i-events 1.0.565 → 1.0.566
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 +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -4593,7 +4593,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
4593
4593
|
html += '</div>';
|
|
4594
4594
|
html += '</div>';
|
|
4595
4595
|
}
|
|
4596
|
-
html += '<div class="d-flex justify-end w-100" style="position: fixed; bottom:
|
|
4596
|
+
html += '<div class="d-flex justify-end w-100" style="position: fixed; bottom: 70px; left: 0px;">';
|
|
4597
4597
|
html += '<button part="button-lg-short" id="radio-submit" class="d-flex align-center mt-10 pt-10 pb-10 mr-10 ml-10"><span class="material-symbols-outlined">bolt</span> <span>Trigger</span></button>';
|
|
4598
4598
|
html += '<button part="button-lg-short-secondary" id="radio-submit-cancel" class="d-flex align-center mt-10 pt-10 pb-10 hide mr-10"><span class="material-symbols-outlined">close</span> <span>Cancel</span></button>';
|
|
4599
4599
|
html += '<button part="button-lg-short" id="radio-submit-confirm" class="d-flex align-center mt-10 mr-10 pt-10 pb-10 hide"><span class="material-symbols-outlined">check</span> <span>Confirm</span></button>';
|