sf-i-events 1.0.190 → 1.0.192
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 +2 -2
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +2 -2
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -9323,7 +9323,7 @@ SfIEvents.styles = css `
|
|
|
9323
9323
|
}
|
|
9324
9324
|
|
|
9325
9325
|
.calendar-item {
|
|
9326
|
-
padding:
|
|
9326
|
+
padding: 8px;
|
|
9327
9327
|
width: 90%;
|
|
9328
9328
|
margin-bottom: 20px;
|
|
9329
9329
|
}
|
|
@@ -9544,7 +9544,7 @@ SfIEvents.styles = css `
|
|
|
9544
9544
|
.calendar-item {
|
|
9545
9545
|
width: 20%;
|
|
9546
9546
|
margin: 2%;
|
|
9547
|
-
padding:
|
|
9547
|
+
padding: 8px;
|
|
9548
9548
|
}
|
|
9549
9549
|
|
|
9550
9550
|
.main-container {
|