sf-i-events 1.0.161 → 1.0.162
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 +5 -5
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +5 -5
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -8809,19 +8809,19 @@ SfIEvents.styles = css `
|
|
|
8809
8809
|
}
|
|
8810
8810
|
|
|
8811
8811
|
#stream-container {
|
|
8812
|
-
padding:
|
|
8812
|
+
padding: 0%;
|
|
8813
8813
|
}
|
|
8814
8814
|
|
|
8815
8815
|
#custom-container {
|
|
8816
|
-
padding:
|
|
8816
|
+
padding: 0%;
|
|
8817
8817
|
}
|
|
8818
8818
|
|
|
8819
8819
|
#adhoc-container {
|
|
8820
|
-
padding:
|
|
8820
|
+
padding: 0%;
|
|
8821
8821
|
}
|
|
8822
8822
|
|
|
8823
8823
|
#upcoming-container {
|
|
8824
|
-
padding:
|
|
8824
|
+
padding: 0%;
|
|
8825
8825
|
}
|
|
8826
8826
|
|
|
8827
8827
|
.container-mapping-event {
|
|
@@ -8837,7 +8837,7 @@ SfIEvents.styles = css `
|
|
|
8837
8837
|
}
|
|
8838
8838
|
|
|
8839
8839
|
.stream-event-list {
|
|
8840
|
-
margin-left:
|
|
8840
|
+
margin-left: 0px;
|
|
8841
8841
|
padding: 10px;
|
|
8842
8842
|
}
|
|
8843
8843
|
|